Beispiel #1
0
 public static v2 TransformPoint(this Matrix m, v2 pt)
 {
     return(v2.From(m.TransformPoint(pt.ToPointF())));
 }