flexible-collision-library / fcl

Flexible Collision Library
https://flexible-collision-library.github.io/
Other
1.39k stars 417 forks source link

MeshCollisionTraversalNodeRSS: cleanup template declarations #564

Open SpaceIm opened 2 years ago

SpaceIm commented 2 years ago

Some warnings reported by Visual Studio:

In fcl::MeshCollisionTraversalNodeRSS, these 2 templates are never defined afterwards:

bool BVTesting(int b1, int b2, const Transform3<S>& tf) const;

void leafTesting(int b1, int b2, const Transform3<S>& tf) const;


This change is Reviewable