sparse-octree - v7.2.0
    Preparing search index...

    Interface BoxIntersector

    Describes objects that can intersect with a 3D box.

    interface BoxIntersector {
        intersectsBox(box: Box3): boolean;
    }
    Index

    Methods

    • Determines whether this object intersects the given box.

      Parameters

      Returns boolean

      True if this object intersects the box. Otherwise false.