5 #ifndef HPP_FCL_SERIALIZATION_OBB_H 6 #define HPP_FCL_SERIALIZATION_OBB_H 13 namespace serialization {
15 template <
class Archive>
17 ar& make_nvp(
"axes", bv.
axes);
18 ar& make_nvp(
"To", bv.
To);
19 ar& make_nvp(
"extent", bv.
extent);
25 #endif // ifndef HPP_FCL_SERIALIZATION_OBB_H
void serialize(Archive &ar, hpp::fcl::AABB &aabb, const unsigned int)
Matrix3f axes
Orientation of OBB. axis[i] is the ith column of the orientation matrix for the box; it is also the i...
Vec3f extent
Half dimensions of OBB.
Oriented bounding box class.