示例#1
0
 double DistanceTo(ref Vector3d point)
 {
     return(pBox.Distance(ref point));
 }