$search
#include "collision_checking/distance_primitive.h"
Go to the source code of this file.
Namespaces | |
namespace | collision_checking |
Main namespace. | |
Functions | |
int | collision_checking::distance (const BVHModel< RSS > &model1, const Vec3f R1[3], const Vec3f &T1, const BVHModel< RSS > &model2, const Vec3f R2[3], const Vec3f &T2, BVH_DistanceResult *res, BVHFrontList *front_list=NULL) |
Proximity query between two RSS models, only support mesh-mesh For RSS, we provide a specification that need not update the mesh vertices. | |
template<typename BV > | |
int | collision_checking::distance (const BVHModel< BV > &model1, const BVHModel< BV > &model2, BVH_DistanceResult *res, BVHFrontList *front_list=NULL) |
Proximity query between two BVH models, only support mesh-mesh now. |