Matrix3x3.identity()

Set this matrix as an identity matrix

Parameters

None

Return value

Matrix3x3

the Matrix3x3 with its new values

Usage

import {Matrix3x3, Vector2} from '@lcluber/type6js';

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