Open Inventor Reference
SoDecomposeVec2f Class Reference

Vector decomposition engines. More...

#include <Inventor/engines/SoCompose.h>

Inheritance diagram for SoDecomposeVec2f:
SoEngine SoFieldContainer SoBase

List of all members.

Public Attributes

Inputs
SoMFVec2f vector
 Vector to be decomposed.
Outputs
SoEngineOutput x
 First component of the vector.
SoEngineOutput y
 Second component of the vector.

Detailed Description

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.

File Format/Default
DecomposeVec2f {
  vector 0 0
}
See Also
SoComposeVec2f, SoEngineOutput

Definition at line 295 of file SoCompose.h.


Member Data Documentation

Definition at line 302 of file SoCompose.h.

Definition at line 310 of file SoCompose.h.

Definition at line 313 of file SoCompose.h.


The documentation for this class was generated from the following file: