Example #1
0
 public static Vector2 TransformNormal(Vector2 vector, Matrix transform)
 {
     return(new Vector2(Vector.TransformNormal(vector, transform)));
 }