menu
RhinoCommon API
search
search
V8
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
Description:
Computes the distance between two points.
Syntax:
public
double
DistanceTo(
Point2d
other
)
Parameters:
other
Type:
Point2d
Another point.
Returns:
Type:
double
The length of the line between the two points, or 0 if either point is invalid.
Available since:
5.0
home
/
Rhino.Geometry
/
Point2d
/
DistanceTo
DistanceTo method
Class:
Rhino.Geometry.Point2d
Example
Nothing found