Skip to content

matrix4 overview


Table of contents


utils

Mtrx4 (class)

Signature

export declare class Mtrx4

lookAt (static method)

creates a rotation matrix for object, so it will look at some point in space

Signature

static lookAt(eye: Point3, target: Point3, up: Point3): number[]