Preparing search index...
The search index is not available
@xeokit/sdk - v0.1.0
@xeokit/sdk
boundaries
containsAABB3Point3
Function containsAABB3Point3
containsAABB3Point3
(
aabb
:
FloatArrayParam
,
p
:
FloatArrayParam
)
:
boolean
Tests if a 3D AABB contains a 3D point.
Parameters
aabb
:
FloatArrayParam
The axis-aligned bounding box.
p
:
FloatArrayParam
The position of the point.
Returns
boolean
True if the point is inside the AABB, false otherwise.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@xeokit/sdk - v0.1.0
Loading...
Tests if a 3D AABB contains a 3D point.