#include <cassert>
Go to the source code of this file.
|
| til |
| Belongs to package Box Do not include directly, include til/Box.h instead.
|
|
|
template<typename T , std::size_t D> |
void | til::setCenterAndHalfSizes (Range< T, D > &range, const numeric_array< T, D > ¢er, 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 > ¢er, const numeric_array< T, D > &size) |
| Set range using its center and its size. More...
|
|