UNPKG

@phaserjs/phaser

Version:
5 lines (4 loc) 100 B
import { Matrix2D } from "./Matrix2D"; export function Mat2dIdentity() { return new Matrix2D(); }