Open Inventor Reference
SoComposeVec4f Class Reference

Composes 4D vectors from floating-point values. More...

#include <Inventor/engines/SoCompose.h>

Inheritance diagram for SoComposeVec4f:
SoEngine SoFieldContainer SoBase

List of all members.

Public Attributes

Inputs
SoMFFloat x
 The x component.
SoMFFloat y
 The y component.
SoMFFloat z
 The z component.
SoMFFloat w
 The w component.
Outputs
SoEngineOutput vector
 Vector composed of x, y, z, and w.

Detailed Description

This engine takes four floating-point inputs and composes a 4D vector.

The input fields can have multiple values, allowing the engine to compose several vectors in parallel. Some inputs may have more values than others. In such cases, the last value of the shorter inputs will be repeated as necessary.

File Format/Default
ComposeVec4f {
  x 0
  y 0
  z 0
  w 0
}
See Also
SoDecomposeVec4f, SoEngineOutput

Definition at line 235 of file SoCompose.h.


Member Data Documentation

Definition at line 251 of file SoCompose.h.

Definition at line 242 of file SoCompose.h.

Definition at line 245 of file SoCompose.h.

Definition at line 248 of file SoCompose.h.


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