DecomposeMatrix¶
-
MLModule
¶ genre Coordinate
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLCoordUtils1
definition MLCoordUtils1.def see also ComposeVector3
,DecomposeVector3
,ComposeVector4
,DecomposeVector4
,ComposeMatrix
,ComposePlane
,ComposeRotation
,VecBoxConvert
keywords vectors
Purpose¶
The module DecomposeMatrix
decomposes a matrix to float values of components or vectors.
Parameter Fields¶
Field Index¶
00 : Double |
20 : Double |
compChanged : Trigger |
01 : Double |
21 : Double |
Matrix : Matrix |
02 : Double |
22 : Double |
Transpose : Bool |
03 : Double |
23 : Double |
V0 : Vector3 |
10 : Double |
30 : Double |
V1 : Vector3 |
11 : Double |
31 : Double |
V2 : Vector3 |
12 : Double |
32 : Double |
V3 : Vector3 |
13 : Double |
33 : Double |
Visible Fields¶
Transpose¶
-
name:
transpose
, type:
Bool
, default:
FALSE
¶ If checked, the output matrix representations are transposed.
Matrix¶
-
name:
matrix
, type:
Matrix
, default:
0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0
¶ Sets the input matrix to be decomposed.
Press Apply to apply manual changes to the matrix.
V0¶
-
name:
v0
, type:
Vector3
, persistent:
no
, deprecated name:
column0
¶ Shows the first output column vector of the decomposed matrix.
V1¶
-
name:
v1
, type:
Vector3
, persistent:
no
, deprecated name:
column1
¶ Shows the second output column vector of the decomposed matrix.