Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Matrix

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

m

m: mat4

Methods

get

  • get(): mat4

rotate

  • rotate(r?: number, axis?: number[]): Matrix
  • Parameters

    • Default value r: number = 0
    • Default value axis: number[] = [0, 0, 1]

    Returns Matrix

scale

  • scale(x: number, y?: number, z?: number): Matrix

translate

  • translate(x?: number, y?: number, z?: number): Matrix
  • Parameters

    • Default value x: number = 0
    • Default value y: number = 0
    • Default value z: number = 0

    Returns Matrix

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc