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
Humanoid Path Planner
hpp-fcl
Commits
ce3a7ab1
Verified
Commit
ce3a7ab1
authored
Apr 02, 2021
by
Justin Carpentier
Browse files
algo: set protected instead of private
parent
1479ff00
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/hpp/fcl/collision.h
View file @
ce3a7ab1
...
...
@@ -137,6 +137,8 @@ public:
}
CollisionGeometry
const
*
o1
,
*
o2
;
protected:
GJKSolver
solver
;
CollisionFunctionMatrix
::
CollisionFunc
func
;
...
...
include/hpp/fcl/distance.h
View file @
ce3a7ab1
...
...
@@ -128,7 +128,7 @@ public:
return
res
;
}
pr
ivate
:
pr
otected
:
CollisionGeometry
const
*
o1
,
*
o2
;
GJKSolver
solver
;
...
...
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