Skip to content

format

typescript
Matrix4x4.determinant

class: Matrix4x4

description

(Read Only) Gets the determinant of the matrix.

parameter

param_nametypedescription

reture

typedescription
numberThe determinant of the matrix.

code example