Open Inventor Reference
SoComposeVec3f Class Reference

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

#include <Inventor/engines/SoCompose.h>

Inheritance diagram for SoComposeVec3f:
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.
Outputs
SoEngineOutput vector
 Vector composed of x, y, and z.

Detailed Description

This engine takes three floating-point inputs and composes a 3D 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
ComposeVec3f {
  x 0
  y 0
  z 0
}
See Also
SoDecomposeVec3f, SoEngineOutput

Definition at line 178 of file SoCompose.h.


Member Data Documentation

Definition at line 185 of file SoCompose.h.

Definition at line 188 of file SoCompose.h.

Definition at line 191 of file SoCompose.h.


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