hpp::fcl::details::ContactPoint Struct Reference

#include <narrowphase/details.h>

Public Member Functions

 ContactPoint (const Vec3f &n, const Vec3f &p, FCL_REAL d)
 

Public Attributes

Vec3f normal
 
Vec3f point
 
FCL_REAL depth
 

Constructor & Destructor Documentation

◆ ContactPoint()

hpp::fcl::details::ContactPoint::ContactPoint ( const Vec3f n,
const Vec3f p,
FCL_REAL  d 
)
inline

Member Data Documentation

◆ depth

◆ normal

◆ point

Vec3f hpp::fcl::details::ContactPoint::point