SoComposeVec4f

InventorModule
genre InventorEngines
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def

Purpose

This engine takes four floating-point inputs and composes a 4D 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

The x-component of the 4D vector.

Y

name: y, type: DoubleList, default: 0

The y-component of the 4D vector.

Z

name: z, type: DoubleList, default: 0

The z-component of the 4D vector.

W

name: w, type: DoubleList, default: 0

The w-component of the 4D vector.

Vector

name: vector, type: EngineOutput, persistent: no

Vector composed of x, y, z and w.