Click or drag to resize

DistancePointToPoint Method

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

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public static double PointToPoint(
	Point p1,
	Point p2
)

Parameters

p1  Point
第一个点
p2  Point
第二个点

Return Value

Double
p1与p2的距离
See Also