Open Inventor Release 2025.1.0
 
Loading...
Searching...
No Matches
SbMathVecHelper Namespace Reference

Classes

class  VecTraits
 
class  VecTraits< SbVec3d >
 
class  VecTraits< SbVec3f >
 

Functions

template<class T>
bool 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.
 

Function Documentation

◆ isCoinc()

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 )
inline

Coincidence test using given tolerance.

Definition at line 61 of file SbMathVecHelper.h.