|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inline |
Containment test for a convex volume defined by inward-facing half-planes.
A point is inside if it satisfies all half-planes: dot(normal, p) >= offset for every plane. Normals must point inward. Suitable for authored rooms, corridors, and any convex spatial zone. Non-convex volumes are composed via union_region3 / subtract_region3.
| planes | Pairs of (inward normal, signed offset). Copied into closure. |
Definition at line 328 of file Bounds.hpp.