Function mulM2

  • m = m * n

    Multiplies the 3x3 matrix m by the 2x2 matrix n and stores the result in m.

    This is a convenience function where m is assumed to be a 2D transformation matrix and n a 2D rotation matrix

    Parameters

    • m: Mat3

      a 3x3 matrix object

    • n: Mat2

      a 2x2 matrix object

    Returns Mat3

    m, multiplied by n

Generated using TypeDoc