Matrix4x4.identity()
Set this matrix as an identity matrix
Parameters
None
Return value
Matrix4x4
the Matrix4x4 with its new values
Usage
import {Matrix4x4, Vector3} from '@lcluber/type6js';
let matrix = new Matrix4x4().identity();
Set this matrix as an identity matrix
None
Matrix4x4
the Matrix4x4 with its new values
import {Matrix4x4, Vector3} from '@lcluber/type6js';
let matrix = new Matrix4x4().identity();