[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.ExchangeRows

ExchangeRows Method

ExchangeRows(int, int)

Exchanges two rows in the matrix.

Declaration
public void ExchangeRows(int firstRow, int secondRow)
Parameters
Type Name Description
int firstRow

The first row to exchange. This is an index of the row starting at zero.

int secondRow

The second row to exchange. This is an index of the row starting at zero.