コード例 #1
0
 public static double3x3 Translation(double2 d)
 {
     return(Translation(d.x, d.y));
 }