Skip to content
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