MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ contains()

bool MayaFlux::Kinesis::AABB3D::contains ( const glm::vec3 &  p) const
inlinenoexcept

Definition at line 147 of file Bounds.hpp.

148 {
149 return p.x >= min.x && p.x <= max.x
150 && p.y >= min.y && p.y <= max.y
151 && p.z >= min.z && p.z <= max.z;
152 }

References max, and min.

Referenced by MayaFlux::Portal::Forma::Geometry::stroke_slider().

+ Here is the caller graph for this function: