Functions
intern Namespace Reference

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)

Function Documentation

template<int Degree2>
float 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 73 of file model.h.

template<>
float 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 107 of file model.h.



cob_3d_segmentation
Author(s): Georg Arbeiter
autogenerated on Wed Aug 26 2015 11:03:04