Click or drag to resize

LineProj Method

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

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

Parameters

v  Vec3
要投影的点。

Return Value

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