Click or drag to resize

GeoUtilsIsPointInTriangle Method

返回用户文档首页
Namespace: LoongCAD.Util
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public static bool IsPointInTriangle(
	Vec2 pt,
	Vec2 A,
	Vec2 B,
	Vec2 C
)

Parameters

pt  Vec2
 
A  Vec2
 
B  Vec2
 
C  Vec2
 

Return Value

Boolean
See Also