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
1fea9f3f
Commit
1fea9f3f
authored
Aug 13, 2014
by
Florent Lamiraux
Browse files
Add documentation.
parent
2646e08f
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/fcl/narrowphase/gjk_libccd.h
View file @
1fea9f3f
...
...
@@ -158,6 +158,12 @@ bool GJKCollide(void* obj1, ccd_support_fn supp1, ccd_center_fn cen1,
unsigned
int
max_iterations
,
FCL_REAL
tolerance
,
Vec3f
*
contact_points
,
FCL_REAL
*
penetration_depth
,
Vec3f
*
normal
);
/// Distance computation between objects using GJK algorithm
/// \param obj1, obj2 objects to compute the distance between,
/// \param supp1, supp2, support functions of each object,
/// \retval p1, p2 closest points on objects in global frame,
/// \retval dist distance between objects,
/// \return whether distance is non negative (no collision).
bool
GJKDistance
(
void
*
obj1
,
ccd_support_fn
supp1
,
void
*
obj2
,
ccd_support_fn
supp2
,
unsigned
int
max_iterations
,
FCL_REAL
tolerance
,
...
...
Write
Preview
Markdown
is supported
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