Метод | Описание | |
---|---|---|
CreateFromAxisAngleOrigin ( |
||
CreateFromEdgeAngleOrigin ( |
||
ExtractRotationPart ( this m ) : Matrix4x4 | ||
InvertUnsafe ( this m ) : Matrix4x4 |
A fluent matrix inversion. Will fail with an exception if the matrix is not invertable. Use only when you are sure you have an invertable matrix;
|
|
ToSwTransform ( this m, IMathUtility math = null ) : MathTransform |
public static CreateFromAxisAngleOrigin ( |
||
p | ||
angle | double | |
Результат | Matrix4x4 |
public static CreateFromEdgeAngleOrigin ( |
||
p | ||
angle | double | |
Результат | Matrix4x4 |
public static ExtractRotationPart ( this m ) : Matrix4x4 | ||
m | this | |
Результат | Matrix4x4 |
public static InvertUnsafe ( this m ) : Matrix4x4 | ||
m | this | |
Результат | Matrix4x4 |
public static ToSwTransform ( this m, IMathUtility math = null ) : MathTransform | ||
m | this | |
math | IMathUtility | |
Результат | MathTransform |