#include <Inventor/engines/SoTransformVec3f.h>
Inheritance diagram for SoTransformVec3f:

Public Member Functions | |
| SoTransformVec3f (void) | |
Static Public Member Functions | |
| void | initClass (void) |
Public Attributes | |
| SoMFVec3f | vector |
| SoMFMatrix | matrix |
| SoEngineOutput | point |
| SoEngineOutput | direction |
| SoEngineOutput | normalDirection |
Protected Member Functions | |
| virtual | ~SoTransformVec3f () |
|
|
Default constructor. |
|
|
Destructor is protected because explicit destruction of engines is not allowed. |
|
|
Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system. Reimplemented from SoEngine. |
|
|
Set of 3D vector inputs to transform. |
|
|
Set of transformation matrices to use on the vectors. |
|
|
(SoMFVec3f) Transformed points. |
|
|
(SoMFVec3f) Transformed vector directions. |
|
|
(SoMFVec3f) Normalized transformed vector directions. |
1.3.6