DecomposeVector3¶
- MLModule¶
genre
author
package
dll
definition
see also
DecomposeVector4,ComposeVector3,ComposeMatrix,DecomposeMatrix,ComposePlane,ComposeRotation,VecBoxConvertkeywords
Purpose¶
The module DecomposeVector3 decomposes a given Vector3 into its three components.
Windows¶
Default Panel¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
Visible Fields¶
V¶
- name: v, type: Vector3, default: 0 0 0¶
Sets the input vector.
X¶
- name: x, type: Double, persistent: no¶
Shows the first component of the vector.
Y¶
- name: y, type: Double, persistent: no¶
Shows the second component of the vector.
Z¶
- name: z, type: Double, persistent: no¶
Shows the third component of the vector.