FastMatrix Class
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
Location
- Namespace
- Fuse
- Package
- Fuse.Common 2.9.1
Interface of FastMatrix
AppendRotation(float) uno
AppendRotationQuaternion(float4) uno
AppendScale(float) uno
AppendScale(float3) uno
AppendShear(float, float) uno
AppendTranslation(float, float, float) uno
AppendTranslation(float3) uno
Copy : FastMatrix uno
FromFloat4x4(float4x4) : FastMatrix uno
HasNonTranslation : bool uno
Identity : FastMatrix uno
Invert uno
IsIdentity : bool uno
IsValid : bool uno
A FastMatrix may be invalid if it's the result of an operation that could not be done,
such as a failed inversion. If the matrix is not valid then the Matrix
values are undefined.