35 #ifndef IE_CORE_TRANSFORMATIONMATRIX_H
36 #define IE_CORE_TRANSFORMATIONMATRIX_H
38 #include "OpenEXR/ImathVec.h"
39 #include "OpenEXR/ImathQuat.h"
40 #include "OpenEXR/ImathMatrix.h"
41 #include "OpenEXR/ImathEuler.h"
57 Imath::Vec3< T > scalePivot;
58 Imath::Vec3< T > scale;
59 Imath::Vec3< T > shear;
60 Imath::Vec3< T > scalePivotTranslation;
61 Imath::Vec3< T > rotatePivot;
62 Imath::Quat< T > rotationOrientation;
63 Imath::Euler< T > rotate;
64 Imath::Vec3< T > rotatePivotTranslation;
65 Imath::Vec3< T > translate;
71 TransformationMatrix(
const Imath::Vec3< T > &s,
const Imath::Euler< T > &r,
const Imath::Vec3< T > &t );
84 std::ostream &operator << ( std::ostream &os, const TransformationMatrix<T> &x );
91 #include "IECore/TransformationMatrix.inl"
93 #endif // IE_CORE_TRANSFORMATIONMATRIX_H
def cp(sequence1, sequence2)
Copies the set of files specified by sequence1 to the set of files specified by sequence2, where sequence1 and sequence2 are FileSequence objects of equal length.
Definition: __init__.py:743
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43