Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MeshCollisionTraversalNodeRSS: cleanup template declarations #564

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,6 @@ class FCL_EXPORT MeshCollisionTraversalNodeRSS : public MeshCollisionTraversalNo

void leafTesting(int b1, int b2) const;

// FCL_DEPRECATED
// bool BVTesting(int b1, int b2, const Matrix3<S>& Rc, const Vector3<S>& Tc) const;

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

// FCL_DEPRECATED
// void leafTesting(int b1, int b2, const Matrix3<S>& Rc, const Vector3<S>& Tc) const;

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

Matrix3<S> R;
Vector3<S> T;

Expand Down