Function mulM3

  • m = m * n

    Multiplies the 4x4 matrix m by the 3x3 matrix n and stores the result in m.

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

    Parameters

    • m: Mat4

      a 4x4 matrix object

    • n: Mat3

      a 2x2 matrix object

    Returns Mat4

    m, multiplied by n

Generated using TypeDoc