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

◆ expanded()

AABB3D MayaFlux::Kinesis::AABB3D::expanded ( float  margin) const
inlinenoexcept

Definition at line 170 of file Bounds.hpp.

171 {
172 return { .min = min - glm::vec3(margin), .max = max + glm::vec3(margin) };
173 }

References max, and min.

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

+ Here is the caller graph for this function: