Skip to content

format

typescript
Matrix4x4.determinant_3x3

class: Matrix4x4

description

(Read-only) The determinant of a 3x3 matrix.

parameter

param_nametypedescription

reture

typedescription
numberThe determinant of a 3x3 matrix.

code example