コード例 #1
0
 public void SetRow(int index, Point4d ColumnValue)
 {
     matrix4d.SetRow(index, ColumnValue.GetVector4());
 }