Composes 2D vectors from int values. More...
#include <Inventor/engines/SoCompose.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoComposeVec2i32 () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoMFInt32 | x |
SoMFInt32 | y |
SoEngineOutput | vector |
Composes 2D vectors from int values.
This engine takes two integer inputs and composes a 2D integer vector.
The input fields can have multiple values, allowing the engine to compose several vectors in parallel. One of the inputs may have more values than others. In such cases, the last value of the shorter input will be repeated as necessary.
x | 0 |
y | 0 |
SoDecomposeVec2i32, SoEngineOutput
SoComposeVec2i32::SoComposeVec2i32 | ( | ) |
Default Constructor.
static SoType SoComposeVec2i32::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoEngine.
virtual SoType SoComposeVec2i32::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Implements SoTypedObject.
( SoMFVec2i32 ) Vector composed of x and y components.
The x component.
The y component.