@twinfinity/geometryFunctionsaabbIntersectsPlaneaabbIntersectsPlane CallableaabbIntersectsPlane(min: Vec3, max: Vec3, plane: Plane, eps?: number): booleanTest whether an axis-aligned bounding box intersects a plane. Returns true if the plane passes through or touches the AABB.Parametersmin: Vec3max: Vec3plane: Planeeps: number = DEFAULT_EPSReturns boolean
Test whether an axis-aligned bounding box intersects a plane. Returns true if the plane passes through or touches the AABB.