hpp-fcl
2.4.1
HPP fork of FCL -- The Flexible Collision Library
|
Go to the documentation of this file.
37 #ifndef HPP_FCL_GEOMETRIC_SHAPES_TRAITS_H
38 #define HPP_FCL_GEOMETRIC_SHAPES_TRAITS_H
54 template <
typename Shape>
150 #endif // ifndef HPP_FCL_GEOMETRIC_SHAPES_TRAITS_H
Definition: geometric_shapes_traits.h:45
@ IsInflatable
Definition: geometric_shapes_traits.h:49
@ HasInflatedSupportFunction
Definition: geometric_shapes_traits.h:50
Center at zero point sphere.
Definition: geometric_shapes.h:196
@ NeedNesterovNormalizeHeuristic
Definition: geometric_shapes_traits.h:48
Cylinder along Z axis. The cylinder is defined at its centroid.
Definition: geometric_shapes.h:501
Ellipsoid centered at point zero.
Definition: geometric_shapes.h:258
Definition: geometric_shapes_traits.h:55
@ NeedNormalizedDir
Definition: geometric_shapes_traits.h:47
Main namespace.
Definition: broadphase_bruteforce.h:44
Cone The base of the cone is at and the top is at .
Definition: geometric_shapes.h:414
Capsule It is where is the distance between the point x and the capsule segment AB,...
Definition: geometric_shapes.h:333
Base for convex polytope.
Definition: geometric_shapes.h:581
Half Space: this is equivalent to the Plane in ODE. The separation plane is defined as n * x = d; Poi...
Definition: geometric_shapes.h:729
Triangle stores the points instead of only indices of points.
Definition: geometric_shapes.h:71
Center at zero point, axis aligned box.
Definition: geometric_shapes.h:125