38 #ifndef FCL_SHAPE_GEOMETRICSHAPETOBVHMODEL_H 39 #define FCL_SHAPE_GEOMETRICSHAPETOBVHMODEL_H 102 template<
typename BV>
110 template<
typename BV>
120 template<
typename BV>
128 template<
typename BV>
137 template<
typename BV>
146 template<
typename BV>
155 template<
typename BV>
Eigen::Transform< S, 3, Eigen::Isometry > Transform3
Center at zero point ellipsoid.
FinalizeModel
enum class used to indicate whether we simply want to add more primitives to the model or finalize it...
Center at zero point, axis aligned box.
int generateBVHModel(BVHModel< BV > &model, const Box< typename BV::S > &shape, const Transform3< typename BV::S > &pose, FinalizeModel finalize_model)
Generate BVH model from box.
A class describing the bounding hierarchy of a mesh model or a point cloud model (which is viewed as ...
Center at zero point sphere.