SoComposeVec4f

InventorModule

genre

InventorEngines

author

Silicon Graphics Inc

package

MeVisLab/Standard

definition

inventor.def

Purpose

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

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoComposeVec4f._default.png

Parameter Fields

Field Index

Vector: EngineOutput

W: DoubleList

X: DoubleList

Y: DoubleList

Z: DoubleList

Visible Fields

X

name: x, type: DoubleList, default: 0

Sets the x-component of the 4D vector.

Y

name: y, type: DoubleList, default: 0

Sets the y-component of the 4D vector.

Z

name: z, type: DoubleList, default: 0

Sets the z-component of the 4D vector.

W

name: w, type: DoubleList, default: 0

Sets the w-component of the 4D vector.

Vector

name: vector, type: EngineOutput, persistent: no

Outputs the vector composed of x, y, z, and w components.

This field must be connected to an appropriate Open Inventor field to access or view its value.