• Preparing search index...
  • The search index is not available
@xeokit/sdk - v0.1.0
  • @xeokit/sdk
  • base
  • math
  • boundaries
  • containsAABB3Point3

Function containsAABB3Point3

  • containsAABB3Point3(aabb: AABB3, p: Vec3): boolean

    Tests if a 3D AABB contains a 3D point.

    Parameters

    • aabb: AABB3

      The axis-aligned bounding box.

    • p: Vec3

      The position of the point.

    Returns boolean

    True if the point is inside the AABB, false otherwise.

    • Defined in packages/sdk/src/base/math/boundaries.ts:911

Settings

Member Visibility
@xeokit/sdk - v0.1.0
  • Loading...

Generated using TypeDoc