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