coal
3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
|
#include <vector>
#include "coal/shape/geometric_shapes.h"
#include "coal/BV/BV.h"
#include "coal/internal/BV_fitter.h"
Go to the source code of this file.
Namespaces | |
coal | |
Main namespace. | |
Functions | |
template<typename BV , typename S > | |
void | coal::computeBV (const S &s, const Transform3s &tf, BV &bv) |
calculate a bounding volume for a shape in a specific configuration More... | |
template<> | |
void | coal::computeBV< AABB, Box > (const Box &s, const Transform3s &tf, AABB &bv) |
template<> | |
void | coal::computeBV< AABB, Sphere > (const Sphere &s, const Transform3s &tf, AABB &bv) |
template<> | |
void | coal::computeBV< AABB, Ellipsoid > (const Ellipsoid &e, const Transform3s &tf, AABB &bv) |
template<> | |
void | coal::computeBV< AABB, Capsule > (const Capsule &s, const Transform3s &tf, AABB &bv) |
template<> | |
void | coal::computeBV< AABB, Cone > (const Cone &s, const Transform3s &tf, AABB &bv) |
template<> | |
void | coal::computeBV< AABB, Cylinder > (const Cylinder &s, const Transform3s &tf, AABB &bv) |
template<> | |
void | coal::computeBV< AABB, ConvexBase > (const ConvexBase &s, const Transform3s &tf, AABB &bv) |
template<> | |
void | coal::computeBV< AABB, TriangleP > (const TriangleP &s, const Transform3s &tf, AABB &bv) |
template<> | |
void | coal::computeBV< AABB, Halfspace > (const Halfspace &s, const Transform3s &tf, AABB &bv) |
template<> | |
void | coal::computeBV< AABB, Plane > (const Plane &s, const Transform3s &tf, AABB &bv) |
template<> | |
void | coal::computeBV< OBB, Box > (const Box &s, const Transform3s &tf, OBB &bv) |
template<> | |
void | coal::computeBV< OBB, Sphere > (const Sphere &s, const Transform3s &tf, OBB &bv) |
template<> | |
void | coal::computeBV< OBB, Capsule > (const Capsule &s, const Transform3s &tf, OBB &bv) |
template<> | |
void | coal::computeBV< OBB, Cone > (const Cone &s, const Transform3s &tf, OBB &bv) |
template<> | |
void | coal::computeBV< OBB, Cylinder > (const Cylinder &s, const Transform3s &tf, OBB &bv) |
template<> | |
void | coal::computeBV< OBB, ConvexBase > (const ConvexBase &s, const Transform3s &tf, OBB &bv) |
template<> | |
void | coal::computeBV< OBB, Halfspace > (const Halfspace &s, const Transform3s &tf, OBB &bv) |
template<> | |
void | coal::computeBV< RSS, Halfspace > (const Halfspace &s, const Transform3s &tf, RSS &bv) |
template<> | |
void | coal::computeBV< OBBRSS, Halfspace > (const Halfspace &s, const Transform3s &tf, OBBRSS &bv) |
template<> | |
void | coal::computeBV< kIOS, Halfspace > (const Halfspace &s, const Transform3s &tf, kIOS &bv) |
template<> | |
void | coal::computeBV< KDOP< 16 >, Halfspace > (const Halfspace &s, const Transform3s &tf, KDOP< 16 > &bv) |
template<> | |
void | coal::computeBV< KDOP< 18 >, Halfspace > (const Halfspace &s, const Transform3s &tf, KDOP< 18 > &bv) |
template<> | |
void | coal::computeBV< KDOP< 24 >, Halfspace > (const Halfspace &s, const Transform3s &tf, KDOP< 24 > &bv) |
template<> | |
void | coal::computeBV< OBB, Plane > (const Plane &s, const Transform3s &tf, OBB &bv) |
template<> | |
void | coal::computeBV< RSS, Plane > (const Plane &s, const Transform3s &tf, RSS &bv) |
template<> | |
void | coal::computeBV< OBBRSS, Plane > (const Plane &s, const Transform3s &tf, OBBRSS &bv) |
template<> | |
void | coal::computeBV< kIOS, Plane > (const Plane &s, const Transform3s &tf, kIOS &bv) |
template<> | |
void | coal::computeBV< KDOP< 16 >, Plane > (const Plane &s, const Transform3s &tf, KDOP< 16 > &bv) |
template<> | |
void | coal::computeBV< KDOP< 18 >, Plane > (const Plane &s, const Transform3s &tf, KDOP< 18 > &bv) |
template<> | |
void | coal::computeBV< KDOP< 24 >, Plane > (const Plane &s, const Transform3s &tf, KDOP< 24 > &bv) |
void | coal::constructBox (const AABB &bv, Box &box, Transform3s &tf) |
construct a box shape (with a configuration) from a given bounding volume More... | |
void | coal::constructBox (const OBB &bv, Box &box, Transform3s &tf) |
void | coal::constructBox (const OBBRSS &bv, Box &box, Transform3s &tf) |
void | coal::constructBox (const kIOS &bv, Box &box, Transform3s &tf) |
void | coal::constructBox (const RSS &bv, Box &box, Transform3s &tf) |
void | coal::constructBox (const KDOP< 16 > &bv, Box &box, Transform3s &tf) |
void | coal::constructBox (const KDOP< 18 > &bv, Box &box, Transform3s &tf) |
void | coal::constructBox (const KDOP< 24 > &bv, Box &box, Transform3s &tf) |
void | coal::constructBox (const AABB &bv, const Transform3s &tf_bv, Box &box, Transform3s &tf) |
void | coal::constructBox (const OBB &bv, const Transform3s &tf_bv, Box &box, Transform3s &tf) |
void | coal::constructBox (const OBBRSS &bv, const Transform3s &tf_bv, Box &box, Transform3s &tf) |
void | coal::constructBox (const kIOS &bv, const Transform3s &tf_bv, Box &box, Transform3s &tf) |
void | coal::constructBox (const RSS &bv, const Transform3s &tf_bv, Box &box, Transform3s &tf) |
void | coal::constructBox (const KDOP< 16 > &bv, const Transform3s &tf_bv, Box &box, Transform3s &tf) |
void | coal::constructBox (const KDOP< 18 > &bv, const Transform3s &tf_bv, Box &box, Transform3s &tf) |
void | coal::constructBox (const KDOP< 24 > &bv, const Transform3s &tf_bv, Box &box, Transform3s &tf) |
Halfspace | coal::transform (const Halfspace &a, const Transform3s &tf) |
Plane | coal::transform (const Plane &a, const Transform3s &tf) |
std::array< Halfspace, 2 > | coal::transformToHalfspaces (const Plane &a, const Transform3s &tf) |