Version: 5.3
public Vector4 GetColumn (int i);

설명

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.