Go to the source code of this file.
Namespaces | |
namespace | MR |
Functions | |
template<typename T , typename R = T> | |
R | MR::calcOrientedArea (const Contour2< T > &contour) |
template<typename T , typename R = T> | |
Vector3< R > | MR::calcOrientedArea (const Contour3< T > &contour) |
template<typename To , typename From > | |
To | MR::copyContour (const From &from) |
copy double-contour to float-contour, or vice versa | |
template<typename To , typename From > | |
To | MR::copyContours (const From &from) |
copy double-contours to float-contours, or vice versa | |