Version: 5.4
public Vector4 GetRow (int i);

説明

行列の行を返す。

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

See Also: SetRow.