Point3D.Distance
Distance(Point3D, Point3D)
Gets distance between points
public static double Distance(Point3D point1, Point3D point2)
| Parameter | Type | Description |
|---|---|---|
| point1 | Point3D | First point |
| point2 | Point3D | Second point |
Return Value
Euclidean distance
See Also
- class Point3D
- namespace Aspose.CAD.Primitives
- assembly Aspose.CAD
Distance(Point3D)
public double Distance(Point3D point2)
See Also
- class Point3D
- namespace Aspose.CAD.Primitives
- assembly Aspose.CAD