fcl icon indicating copy to clipboard operation
fcl copied to clipboard

MeshCollisionTraversalNodeRSS: cleanup template declarations

Open SpaceIm opened this issue 4 years ago • 0 comments

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

SpaceIm avatar Jan 29 '22 12:01 SpaceIm