24 #ifndef COIN_SOCOMPOSEMATRIX_H 25 #define COIN_SOCOMPOSEMATRIX_H 33 #include <Inventor/engines/SoSubEngine.h> 34 #include <Inventor/engines/SoEngineOutput.h> 35 #include <Inventor/fields/SoMFFloat.h> 36 #include <Inventor/fields/SoMFVec3f.h> 37 #include <Inventor/fields/SoMFRotation.h> 55 #endif // !COIN_SOCOMPOSEMATRIX_H SoMFRotation scaleOrientation
Definition: SoComposeMatrix.h:49
The SoComposeMatrix class is used to compose a matrix from miscellaneous transformations.
Definition: SoComposeMatrix.h:40
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:34
SoMFVec3f translation
Definition: SoComposeMatrix.h:46
SoEngineOutput matrix
Definition: SoComposeMatrix.h:52
SoMFRotation rotation
Definition: SoComposeMatrix.h:47
SoMFVec3f scaleFactor
Definition: SoComposeMatrix.h:48
SoMFVec3f center
Definition: SoComposeMatrix.h:50
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
The SoMFRotation class is a container for SbRotation values.This field is used where nodes...
Definition: SoMFRotation.h:31
The SoMFVec3f class is a container for SbVec3f vectors.This field is used where nodes, engines or other field containers needs to store an array of vectors with three elements.
Definition: SoMFVec3f.h:31