Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
x:Object > Matrix3D
(usage) |
<Matrix3D> string </Matrix3D> |
(description) |
Represents a 4 x 4 matrix used for transformations in 3-D space. |
(used by) |
|
[is nullable] |
false |
[text syntax] |
|
(properties) |
|
M11 |
|
(description) |
The value of the first row and first column of this Matrix3D structure. |
M12 |
|
(description) |
The value of the first row and second column of this Matrix3D structure. |
M13 |
|
(description) |
The value of the first row and third column of this Matrix3D structure. |
M14 |
|
(description) |
The value of the first row and fourth column of this Matrix3D structure. |
M21 |
|
(description) |
The value of the second row and first column of this Matrix3D structure. |
M22 |
|
(description) |
The value of the second row and second column of this Matrix3D structure. |
M23 |
|
(description) |
The value of the second row and third column of this Matrix3D structure. |
M24 |
|
(description) |
The value of the second row and fourth column of this Matrix3D structure. |
M31 |
|
(description) |
The value of the third row and first column of this Matrix3D structure. |
M32 |
|
(description) |
The value of the third row and second column of this Matrix3D structure. |
M33 |
|
(description) |
The value of the third row and third column of this Matrix3D structure. |
M34 |
|
(description) |
The value of the third row and fourth column of this Matrix3D structure. |
M44 |
|
(description) |
The value of the fourth row and fourth column of this Matrix3D structure. |
OffsetX |
|
(description) |
The value of the fourth row and first column of this Matrix3D structure. |
OffsetY |
|
(description) |
The value of the fourth row and second column of this Matrix3D structure. |
OffsetZ |
|
(description) |
The value of the fourth row and third column of this Matrix3D structure. |
(static properties) |
|
Identity |
Matrix3D |
(description) |
Changes a Matrix3D structure into an identity Matrix3D. |