Functions | |
template<int Degree2> | |
float | _intersect (const float mx, const float my, const typename Param< Degree2 >::VectorU &p) |
ray cast surface with ray $z = (mx my 1)$ --> null points of polynomial equation (=roots) | |
template<> | |
float | _intersect< 1 > (const float mx, const float my, const typename Param< 1 >::VectorU &p) |
ray cast surface with ray $z = (mx my 1)$ --> null points of polynomial equation (=roots) |
float Segmentation::SubStructure::intern::_intersect | ( | const float | mx, |
const float | my, | ||
const typename Param< Degree2 >::VectorU & | p | ||
) | [inline] |
ray cast surface with ray $z = (mx my 1)$ --> null points of polynomial equation (=roots)
Definition at line 74 of file sub_structures.h.
float Segmentation::SubStructure::intern::_intersect< 1 > | ( | const float | mx, |
const float | my, | ||
const typename Param< 1 >::VectorU & | p | ||
) | [inline] |
ray cast surface with ray $z = (mx my 1)$ --> null points of polynomial equation (=roots)
Definition at line 108 of file sub_structures.h.