Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andrew Wilson
iMSTK
Commits
e40b533a
Commit
e40b533a
authored
Jul 28, 2021
by
Andrew Wilson
🐘
Committed by
Andrew Wilson
Aug 03, 2021
Browse files
BUG: Fix bidirectional sphere to plane
parent
266ea1b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CollisionDetection/CollisionDetection/imstkCollisionUtils.h
View file @
e40b533a
...
...
@@ -288,7 +288,7 @@ testBidirectionalPlaneToSphere(
}
pentrationDepth
=
r
-
std
::
abs
(
d
);
return
pentrationDepth
<
0.0
;
return
pentrationDepth
>
0.0
;
}
///
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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