aimstil  5.0.5
range_tools.h File Reference
#include <cassert>
Include dependency graph for range_tools.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 

Functions

template<typename T , std::size_t D>
void til::setCenterAndHalfSizes (Range< T, D > &range, const numeric_array< T, D > &center, const numeric_array< T, D > &halfSize)
 Set range using its center and half sizes. More...
 
template<typename T , std::size_t D>
void til::setCenterAndSizes (Range< T, D > &range, const numeric_array< T, D > &center, const numeric_array< T, D > &size)
 Set range using its center and its size. More...