#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_value_traits.h>
#include <OpenTissue/core/math/math_is_number.h>
#include <algorithm>
#include <vector>
#include <stdexcept>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::math |
Functions | |
template<typename iterator_type > | |
void | OpenTissue::math::compute_contiguous_angle_interval (iterator_type const &begin, iterator_type const &end, typename iterator_type::value_type &theta_min, typename iterator_type::value_type &theta_max) |