 |
MathUtilsIsOnlyTranslateMatrix Method |
Returns true when the specified matrix defines only translation (no scale, no rotation, no skewing). This is the case when all elements except M41, M42 and M43 are 0.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic static bool IsOnlyTranslateMatrix(
in Matrix4x4 matrix
)
Parameters
- matrix Matrix4x4
- Matrix4x4
Return Value
Booleantrue when the specified matrix defines only translation and scale
See Also