Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Matrix4x4.GetColumn

GetColumn(i: int): Vector4;
Vector4 GetColumn(int i);
def GetColumn(i as int) as Vector4

Description

Get a column of the matrix.

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

See Also: SetColumn.