Matrix4x4.GetRow

Declaration

public Vector4 GetRow(int index);

Description

Returns a row of the matrix.

The i-th row is returned as a Vector4. i must be from 0 to 3 inclusive.

Additional resources: SetRow.


Did you find this page useful? Please give it a rating: