Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SbMathVecHelper.h File Reference

Go to the source code of this file.

Classes

class  SbMathVecHelper::VecTraits< T >
 
class  SbMathVecHelper::VecTraits< SbVec3f >
 
class  SbMathVecHelper::VecTraits< SbVec3d >
 

Namespaces

namespace  SbMathVecHelper
 

Functions

template<class T >
bool SbMathVecHelper::isCoinc (const T &x, const T &y, typename VecTraits< SbVec3f >::scalarType tol=(typename VecTraits< SbVec3f >::scalarType) SbMathHelper::OIV_DEF_MATH_HELPER_EPS)
 Coincidence test using given tolerance.