Example #1
0
 public static void TransformMatrix(Matrix4 source, Matrix4 manipulator)
 {
     source.Transform(manipulator);
 }