33 #ifndef COIN_SOCOMPOSEMATRIX_H
34 #define COIN_SOCOMPOSEMATRIX_H
42 #include <Inventor/engines/SoSubEngine.h>
43 #include <Inventor/engines/SoEngineOutput.h>
44 #include <Inventor/fields/SoMFFloat.h>
45 #include <Inventor/fields/SoMFVec3f.h>
46 #include <Inventor/fields/SoMFRotation.h>
65 #endif // !COIN_SOCOMPOSEMATRIX_H
The SoMFVec3f class is a container for SbVec3f vectors.
Definition: SoMFVec3f.h:40
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
SoMFRotation scaleOrientation
Definition: SoComposeMatrix.h:58
SoMFRotation rotation
Definition: SoComposeMatrix.h:56
The SoMFRotation class is a container for SbRotation values.
Definition: SoMFRotation.h:40
The SoComposeMatrix class is used to compose a matrix from miscellaneous transformations.
Definition: SoComposeMatrix.h:49
SoMFVec3f scaleFactor
Definition: SoComposeMatrix.h:57
SoEngineOutput matrix
Definition: SoComposeMatrix.h:61
SoMFVec3f translation
Definition: SoComposeMatrix.h:55
SoMFVec3f center
Definition: SoComposeMatrix.h:59
SoEngine is the base class for Coin engines.
Definition: SoEngine.h:43