#include <OpenTissue/configuration.h>
#include <OpenTissue/core/math/math_is_number.h>
#include <OpenTissue/core/math/math_constants.h>
#include <OpenTissue/core/geometry/geometry_quadric.h>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::geometry |
Functions | |
template<typename real_type , typename vector3_type , typename vector3_iterator > | |
Quadric< real_type > | OpenTissue::geometry::cylindrical_growth (vector3_type const ¢er, real_type const &radius, vector3_type const &p, vector3_type const &q, vector3_type const &r, real_type const &alpha, vector3_iterator begin, vector3_iterator end, real_type &beta, vector3_type &s) |