62 #include "Math_Tools.hh"
63 #include <OpenMesh/Core/Geometry/MathDefs.hh>
69 template <
typename VectorT >
72 sane_normalize(
VectorT & _vec ) {
82 template <
typename VectorT >
85 sane_normalized(
VectorT _vec) {
88 return (_vec.normalize());
90 return (
VectorT(0.0,0.0,0.0) );
bool is_zero(const T &_a, Real _eps)