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 May 4, 2019 · 13 revisions

IndexNamespace 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

bool

Clone this wiki locally