Manual     Reference     Scripting  
  
Scripting > Runtime Classes > Matrix4x4   
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Attributes
  • Enumerations
  • History
  • Index
  • Matrix4x4
  • All Members
  • Variables
  • inverse
  • isIdentity
  • this [int index]
  • this [int row, int column]
  • transpose
  • Functions
  • GetColumn
  • GetRow
  • MultiplyPoint
  • MultiplyPoint3x4
  • MultiplyVector
  • SetColumn
  • SetRow
  • SetTRS
  • ToString
  • Class Variables
  • identity
  • zero
  • Class Functions
  • operator *
  • Ortho
  • Perspective
  • Scale
  • TRS

Matrix4x4.GetColumn  

function GetColumn (i : int) : 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.