Click or drag to resize

LineProj(Vec3) Method

返回用户文档首页
计算给定点在线段上的投影点。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public Vec3 Proj(
	Vec3 v
)

Parameters

v  Vec3
要投影的点。

Return Value

Vec3
点v在线段上的投影点。
See Also