Click or drag to resize

DistancePointToLine Method

返回用户文档首页
计算点到直线的距离

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public static double PointToLine(
	Point p,
	Line line
)

Parameters

p  Point
line  Line
直线

Return Value

Double
点到直线的垂直距离
See Also