Ejemplo n.º 1
0
 public double DistanceFromPoint(Point3d point)
 {
     return(point.DistanceFromPoint(this.Point) - this.Radius);
 }