Definition: CD_SimplexEnhanced.h:10
#define SCH_API
Definition: sch_api.h:13
SCH_API void setEpsilon(Scalar)
Sets the machine epsilon. Default is 1e-24.
Scalar epsilon_
Definition: CD_Depth.h:19
S_Object * sObj2_
Definition: CD_Depth.h:17
Definition: CD_Depth.h:12
SCH_API Scalar getPenetrationDepth(Vector3 &v, Point3 &p1, Point3 &p2, const CD_SimplexEnhanced &s, const CD_Simplex &s1_, const CD_Simplex &s2_)
virtual SCH_API ~CD_Depth(void)
Scalar precision_
Definition: CD_Depth.h:19
SCH_API CD_Depth(S_Object *Obj1, S_Object *Obj2)
S_Object * sObj1_
Definition: CD_Depth.h:16
SCH_API void setRelativePrecision(Scalar)
sets the relative precision of the proximity queries to a given value. Default is 1e-3
Definition: S_Object.h:71
double Scalar
Definition: SCH_Types.h:23
Definition: CD_Simplex.h:54