Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
8e181b12
Unverified
Commit
8e181b12
authored
Dec 13, 2019
by
Justin Carpentier
Committed by
GitHub
Dec 13, 2019
Browse files
distance: remove useless lines
parent
6a1930cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/distance_capsule_capsule.cpp
View file @
8e181b12
...
...
@@ -52,8 +52,6 @@ namespace fcl {
FCL_REAL
radius2
=
capsule2
->
radius
;
// direction of capsules
// ||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
&
d2
=
2
*
halfLength2
*
tf2
.
getRotation
().
col
(
2
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment