Matrix4
Value members
Concrete methods
def fromArray(array: Array[Double] | Uint8Array | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float32Array | Float64Array | Array[Double], offset: UndefOr[Double]): Matrix4
def makeOrthographic(left: Double, right: Double, top: Double, bottom: Double, near: Double, far: Double): Matrix4
def makePerspective(left: Double, right: Double, bottom: Double, top: Double, near: Double, far: Double): Matrix4