Esempio n. 1
0
 public static PointD Normalized(this PointD point)
 {
     return(point.Multiply(1.0 / point.GetLength()));
 }