Skip to content

format

typescript
Matrix4x4.isPerspective

class: Matrix4x4

description

(Read Only) Whether the current matrix is a perspective projection matrix.

parameter

param_nametypedescription

reture

typedescription
booleanWhether it is a perspective projection matrix.

code example