maxon.SqMat3¶
Description¶
A 3x3 matrix
Attributes¶
Methods Signature¶
Returns a vector composed by length of each component. |
|
Returns a normalized matrix. |
|
Returns the transposed matrix. |
|
Normalize all vectors of the matrix. |
|
Defines the default identity matrix |
|
|
Initialize self. |
Methods Definition¶
-
SqMat3.
GetLength
()¶ Returns a vector composed by length of each component.
- Returns
The matrix length.
- Return type
-
SqMat3.
GetNormalized
()¶ Returns a normalized matrix.
- Returns
The normalized matrix.
- Return type
-
SqMat3.
GetTransposed
()¶ Returns the transposed matrix.
- Returns
The transposed matrix.
- Return type
-
SqMat3.
Normalize
()¶ Normalize all vectors of the matrix.
-
SqMat3.
SetIdentity
()¶ Defines the default identity matrix
-
SqMat3.
__init__
(v1_in=None, v2_in=None, v3_in=None)¶ Initialize self. See help(type(self)) for accurate signature.