On this page

Interface IBoundingVolume

interface IBoundingVolume {
    intersectsFrustum(frustum: Frustum): IntersectionResult;
    intersectsPlane(plane: vec4): IntersectionResult;
}

Implemented by

Index

Methods

  • Performs an intersection test with a half-space defined by a plane equation. The half-space is assumed to lie on the positive side of the plane.

    Parameters

    Returns IntersectionResult

Was this helpful?
SDK JS
Reference
IBoundingVolume