Click or drag to resize

VectorDot(Point) Method

返回用户文档首页
计算当前向量与一个顶点的点积(内积)。

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public double Dot(
	Point point
)

Parameters

point  Point
顶点。

Return Value

Double
点积结果。
See Also