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

◆ bounds_of()

template<HasBounds T>
AABB2D MayaFlux::Kinesis::bounds_of ( const T &  obj)

Extract the anchor region from any HasBounds object.

Definition at line 614 of file Bounds.hpp.

615{
616 return obj.bounds();
617}

Referenced by MayaFlux::Portal::Forma::Geometry::at(), and place().

+ Here is the caller graph for this function: