Decomposes 2D vectors into int values. More...
#include <Inventor/engines/SoCompose.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoDecomposeVec2i32 () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoMFVec2i32 | vector |
SoEngineOutput | x |
SoEngineOutput | y |
Decomposes 2D vectors into int values.
This engine takes as input a 2D vector, and decomposes it into two int values.
The input can have multiple values, allowing the engine to decompose several vectors in parallel.
vector | 0 0 |
SoComposeVec2i32, SoEngineOutput
SoDecomposeVec2i32::SoDecomposeVec2i32 | ( | ) |
Default Constructor.
static SoType SoDecomposeVec2i32::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoEngine.
virtual SoType SoDecomposeVec2i32::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Implements SoTypedObject.
Vector to be decomposed.
( SoMFInt32 ) First component of the vector.
( SoMFInt32 ) Second component of the vector.