[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.ExchangeColumns

ExchangeColumns Method

ExchangeColumns(int, int)

Exchanges two columns in the matrix.

Declaration
public void ExchangeColumns(int firstColumn, int secondColumn)
Parameters
Type Name Description
int firstColumn

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

int secondColumn

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