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