|
Blender
V3.3
|
Go to the source code of this file.
Classes | |
| struct | blender::bounds::MinMaxResult< T > |
Namespaces | |
| blender | |
| blender::bounds | |
Functions | |
| template<typename T > | |
| static std::optional< MinMaxResult< T > > | blender::bounds::min_max (Span< T > values) |
| template<typename T , typename RadiusT > | |
| static std::optional< MinMaxResult< T > > | blender::bounds::min_max_with_radii (Span< T > values, Span< RadiusT > radii) |
Generic algorithms for finding the largest and smallest elements in a span.
Definition in file BLI_bounds.hh.