• Convert a transformation matrix of rank 3 to a new transformation matrix with a higher rank. Only the values in the upper left corner are retained in this process

    Parameters

    • matrix: Float64Array
    • newRank: number

    Returns Float64Array

Generated using TypeDoc