ComposeVector4¶
- MLModule¶
genre
author
package
dll
definition
see also
ComposeVector3,DecomposeVector4,ComposeMatrix,DecomposeMatrix,ComposePlane,ComposeRotation,VecBoxConvertkeywords
Purpose¶
The module ComposeVector4 composes a vector from single scalar values.
Windows¶
Default Panel¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
Visible Fields¶
V¶
- name: v, type: Vector4, persistent: no, deprecated name: vector¶
Shows the resulting composed vector.
X¶
- name: x, type: Double, default: 0¶
Sets the first component of the resulting vector.
Y¶
- name: y, type: Double, default: 0¶
Sets the second component of the resulting vector.
Z¶
- name: z, type: Double, default: 0¶
Sets the third component of the resulting vector.
D¶
- name: d, type: Double, default: 0¶
Sets the fourth component of the resulting vector.