Documentation - noobgl/noobgl-matrix GitHub Wiki

How to use?

noobgl-matrix is a module designed for noobgl so all you need is a standard package import:

import { Matrix4 } from "noobgl-matrix";

or if you want to import all:

import * as noobglmatrix from "noobgl-matrix";

Classes