hpp-fcl
1.4.5
HPP fork of FCL -- The Flexible Collision Library
|
Go to the documentation of this file.
39 #ifndef HPP_FCL_SHAPE_CONVEX_H
40 #define HPP_FCL_SHAPE_CONVEX_H
52 template <
typename PolygonT>
68 Vec3f* points_,
int num_points_,
69 PolygonT* polygons_,
int num_polygons_);
84 Matrix3f computeMomentofInertia()
const;
86 Vec3f computeCOM()
const;
#define HPP_FCL_DLLAPI
Definition: config.hh:64
Eigen::Matrix< FCL_REAL, 3, 1 > Vec3f
Definition: data_types.h:74
Convex polytope.
Definition: convex.h:53
double FCL_REAL
Definition: data_types.h:69
Main namespace.
Definition: AABB.h:43
int num_polygons
Definition: convex.h:81
Eigen::Matrix< FCL_REAL, 3, 3 > Matrix3f
Definition: data_types.h:75
Base for convex polytope.
Definition: geometric_shapes.h:281
PolygonT * polygons
An array of PolygonT object. PolygonT should contains a list of vertices for each polygon,...
Definition: convex.h:80
Convex()
Construct an uninitialized convex object.
Definition: convex.h:57