Open Inventor Reference
SoComposeVec2f Class Reference

Vector composition engines. More...

#include <Inventor/engines/SoCompose.h>

Inheritance diagram for SoComposeVec2f:
SoEngine SoFieldContainer SoBase

List of all members.

Public Attributes

Inputs
SoMFFloat x
 The x component.
SoMFFloat y
 The y component.
Outputs
SoEngineOutput vector
 Vector composed of x and y components.

Detailed Description

Composes 2D vectors from floating-point values.

This engine takes two floating-point inputs and composes a 2D floating-point vector.

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

File Format/Default
ComposeVec2f {
  x 0
  y 0
}
See Also
SoDecomposeVec2f, SoEngineOutput

Definition at line 125 of file SoCompose.h.


Member Data Documentation

Definition at line 132 of file SoCompose.h.

Definition at line 135 of file SoCompose.h.


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