DistancePointToPoint Method |
返回用户文档首页
计算点到点距离
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntaxpublic static double PointToPoint(
Point p1,
Point p2
)
Parameters
- p1 Point
- 第一个点
- p2 Point
- 第二个点
Return Value
Doublep1与p2的距离
See Also