Click or drag to resize

LineT Method

返回用户文档首页
计算点在线段上的参数t值。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public double T(
	Vec3 pt
)

Parameters

pt  Vec3
需要计算参数t的点。

Return Value

Double
点在线段上的参数t值。
See Also