Matrix4x3.identity()

Set this matrix as an identity matrix

Parameters

None

Return value

Matrix4x3

the Matrix4x3 with its new values

Usage

import {Matrix4x3, Vector3} from '@lcluber/type6js';

let matrix = new Matrix4x3().identity();