Пример #1
0
 public static PointF Normalize(this PointF point)
 {
     return(point.DivideScalar(point.Mag()));
 }