Documentation - noobgl/noobgl-vector GitHub Wiki

How to use?

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

import { Vector3 } from "noobgl-matrix";

or if you want to import all:

import * as noobglmatrix from "noobgl-vector";

Classes