示例#1
0
 public static double Length(this PointD point)
 {
     return((double)Math.Sqrt((double)point.Dot(point)));
 }