Exemplo n.º 1
0
 public static Point3D Multiply(Point3D point, Matrix3D matrix)
 {
     return(matrix.Transform(point));
 }