Open Inventor Reference
SoDecomposeVec4f Class Reference

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

#include <Inventor/engines/SoCompose.h>

Inheritance diagram for SoDecomposeVec4f:
SoEngine SoFieldContainer SoBase

List of all members.

Public Attributes

Inputs
SoMFVec4f 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.
SoEngineOutput w
 Fourth component of the vector.

Detailed Description

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

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

File Format/Default
DecomposeVec4f {
  vector 0 0 0 0
}
See Also
SoComposeVec4f, SoEngineOutput

Definition at line 396 of file SoCompose.h.


Member Data Documentation

Definition at line 403 of file SoCompose.h.

Definition at line 420 of file SoCompose.h.

Definition at line 411 of file SoCompose.h.

Definition at line 414 of file SoCompose.h.

Definition at line 417 of file SoCompose.h.


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