コード例 #1
0
 /// <summary>
 /// Computes square of the distance to origin (0,0)
 /// </summary>
 public static float LengthSquared(this PointF self) => self.DotProduct(self);