AABBContains(Vec3) Method |
返回用户文档首页
检查给定的点是否在包围盒内。
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic bool Contains(
Vec3 p
)
Parameters
- p Vec3
- 要检查的点。
Return Value
Boolean如果点在包围盒内,则返回 true;否则返回 false。
See Also