Open Inventor Reference
SoDecomposeVec3f Class Reference

Decomposes 3D vectors into floating-point values. More...

#include <Inventor/engines/SoCompose.h>

Inheritance diagram for SoDecomposeVec3f:
SoEngine SoFieldContainer SoBase

List of all members.

Public Attributes

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

Detailed Description

This engine takes as input a 3D vector, and decomposes it into three single floating-point values.

The input can have multiple values, allowing the engine to decompose several vectors in parallel.

File Format/Default
DecomposeVec3f {
  vector 0 0 0
}
See Also
SoComposeVec3f, SoEngineOutput

Definition at line 344 of file SoCompose.h.


Member Data Documentation

Definition at line 351 of file SoCompose.h.

Definition at line 359 of file SoCompose.h.

Definition at line 362 of file SoCompose.h.

Definition at line 365 of file SoCompose.h.


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