Matrix4x4.GetRow Manual     Reference     Scripting  
Scripting > Runtime Classes > Matrix4x4
Matrix4x4.GetRow

function GetRow (i : int) : Vector4

Description

Returns a row of the matrix.

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

See Also: SetRow.