38 #ifndef FCL_COSTSOURCE_INL_H 39 #define FCL_COSTSOURCE_INL_H 48 struct CostSource<double>;
56 : aabb_min(aabb_min_),
58 cost_density(cost_density_)
98 for(
size_t i = 0; i < 3; ++i)
Vector3< S > aabb_max
aabb upper bound
Eigen::Matrix< S, 3, 1 > Vector3
SaPCollisionManager< S >::SaPAABB * aabb
back pointer to SAP interval
Vector3< S > aabb_min
aabb lower bound
S cost_density
cost density in the AABB<S> region
Cost source describes an area with a cost. The area is described by an AABB<S> region.
bool operator<(const CostSource &other) const