LineSegmentDistance Method |
返回用户文档首页
计算给定点与线段上距离。
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntaxpublic double Distance(
Point v
)
Parameters
- v Point
- 要投影的点。
Return Value
Double点v在线段上的距离。
See Also