Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.MatrixD.HasNoTranslationOrPerspective

Malware edited this page Dec 25, 2018 · 13 revisions

IndexMatrixD

Summary

public bool HasNoTranslationOrPerspective()

Returns true if this matrix represents invertible (you can call Invert on it) linear (it does not contain translation or perspective transformation) transformation. Such matrix consist solely of rotations, shearing, mirroring and scaling. It can be orthogonalized to create an orthogonal rotation matrix.

Returns

Example

Remarks

Clone this wiki locally