Skip to content
Snippets Groups Projects
Unverified Commit 8e181b12 authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

distance: remove useless lines

parent 6a1930cd
No related branches found
No related tags found
No related merge requests found
...@@ -52,8 +52,6 @@ namespace fcl { ...@@ -52,8 +52,6 @@ namespace fcl {
FCL_REAL radius2 = capsule2->radius; FCL_REAL radius2 = capsule2->radius;
// direction of capsules // direction of capsules
// ||d1|| = 2 * halfLength1 // ||d1|| = 2 * halfLength1
// Matrix3f::ConstColXpr d1 = 2 * halfLength1 * tf1.getRotation().col(2);
// Matrix3f::ConstColXpr d2 = 2 * halfLength2 * tf2.getRotation().col(2);
const fcl::Vec3f& d1 = 2 * halfLength1 * tf1.getRotation().col(2); const fcl::Vec3f& d1 = 2 * halfLength1 * tf1.getRotation().col(2);
const fcl::Vec3f& d2 = 2 * halfLength2 * tf2.getRotation().col(2); const fcl::Vec3f& d2 = 2 * halfLength2 * tf2.getRotation().col(2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment