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
Guilhem Saurel
hpp-fcl
Commits
457eeffc
Verified
Commit
457eeffc
authored
Dec 07, 2019
by
Justin Carpentier
Browse files
core: CollisionRequest is a struct
parent
d91be7b0
Changes
6
Hide whitespace changes
Inline
Side-by-side
include/hpp/fcl/BV/AABB.h
View file @
457eeffc
...
...
@@ -44,7 +44,9 @@ namespace hpp
{
namespace
fcl
{
class
CollisionRequest
;
struct
CollisionRequest
;
/// @defgroup Bounding_Volume
/// regroup class of differents types of bounding volume.
/// @{
...
...
include/hpp/fcl/BV/OBB.h
View file @
457eeffc
...
...
@@ -44,7 +44,8 @@ namespace hpp
{
namespace
fcl
{
class
CollisionRequest
;
struct
CollisionRequest
;
/// @addtogroup Bounding_Volume
/// @{
...
...
include/hpp/fcl/BV/OBBRSS.h
View file @
457eeffc
...
...
@@ -46,7 +46,8 @@ namespace hpp
{
namespace
fcl
{
class
CollisionRequest
;
struct
CollisionRequest
;
/// @addtogroup Bounding_Volume
/// @{
...
...
include/hpp/fcl/BV/RSS.h
View file @
457eeffc
...
...
@@ -46,7 +46,8 @@ namespace hpp
namespace
fcl
{
class
CollisionRequest
;
struct
CollisionRequest
;
/// @addtogroup Bounding_Volume
/// @{
...
...
include/hpp/fcl/BV/kDOP.h
View file @
457eeffc
...
...
@@ -46,7 +46,7 @@ namespace hpp
namespace
fcl
{
class
CollisionRequest
;
struct
CollisionRequest
;
/// @addtogroup Bounding_Volume
/// @{
...
...
include/hpp/fcl/BV/kIOS.h
View file @
457eeffc
...
...
@@ -45,7 +45,8 @@ namespace hpp
{
namespace
fcl
{
class
CollisionRequest
;
struct
CollisionRequest
;
/// @addtogroup Bounding_Volume
/// @{
...
...
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