Function fromMat3

  • Creates a Mat4 from a Mat3

    Parameters

    • m3: Mat3

      source matrix

    • Optional dst: Mat4

      matrix to hold result. If not passed a new one is created.

    Returns Mat4

    Mat4 made from m3