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

Function OBB3ToAABB3

  • OBB3ToAABB3(obb: FloatArrayParam, aabb?: FloatArrayParam): FloatArrayParam

    Computes the axis-aligned bounding box (AABB) enclosing an oriented bounding box (OBB).

    Parameters

    • obb: FloatArrayParam

      A flattened array of OBB corner points [x0, y0, z0, w0, x1, y1, z1, w1, ...].

    • aabb: FloatArrayParam = ...

      The output AABB [minX, minY, minZ, maxX, maxY, maxZ]. Defaults to a new AABB.

    Returns FloatArrayParam

    The computed AABB.

    • Defined in packages/sdk/src/boundaries/index.ts:420

Settings

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

Generated using TypeDoc