Public Member Functions | Public Attributes | List of all members
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

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

Member Data Documentation

FCL_REAL hpp::fcl::details::ContactPoint::depth
Vec3f hpp::fcl::details::ContactPoint::normal
Vec3f hpp::fcl::details::ContactPoint::point