Click or drag to resize

OBBContains Method

返回用户文档首页
判断一个点是否在OBB内部。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public bool Contains(
	Vec3 p
)

Parameters

p  Vec3
要检查的点。

Return Value

Boolean
如果点在OBB内部,则返回 true;否则返回 false
See Also