예제 #1
0
 public static IMatrix Translation(float x, float y, float z)
 {
     return(new IMatrix(Mat4.Translation(x, y, z), Mat4.Translation(-x, -y, -z)));
 }