SoDecomposeVec4f
-
InventorModule
-
Purpose
This engine takes as input a 4D vector, and decomposes it into four single floating-point values.
Windows
Default Panel
Parameter Fields
Field Index
Vector : Vector4List |
W : EngineOutput |
X : EngineOutput |
Y : EngineOutput |
Z : EngineOutput |
Visible Fields
Vector
-
name:
vector
, type:
Vector4List
, default:
0 0 0 0
Vector to be decomposed.
X
-
name:
x
, type:
EngineOutput
, persistent:
no
First component of the vector.
Y
-
name:
y
, type:
EngineOutput
, persistent:
no
Second component of the vector.
Z
-
name:
z
, type:
EngineOutput
, persistent:
no
Third component of the vector.
W
-
name:
w
, type:
EngineOutput
, persistent:
no
Fourth component of the vector.