Function fromMat3

  • Creates a Mat4 from a Mat3

    Type Parameters

    Parameters

    • m3: BaseArgType

      source matrix

    • Optional dst: T

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

    Returns T

    Mat4 made from m3