Vertex Viewer SDK
    Preparing search index...

    Function create

    • Creates a new matrix. If arguments are undefined, returns an identity matrix.

      Parameters

      • a: number = 1
      • b: number = 0
      • c: number = 0
      • d: number = 1
      • tx: number = 0
      • ty: number = 0

      Returns Matrix.Matrix