Version: 2019.2
public Vector4 GetColumn (int index);

説明

行列の列を取得します。

i 番目の列が Vector4 として返されます。i は 0 ~ 3 の間である必要があります。

See Also: SetColumn.