FCL
0.6.0
Flexible Collision Library
|
Cost source describes an area with a cost. The area is described by an AABB<S> region. More...
#include <cost_source.h>
Public Member Functions | |
CostSource (const Vector3< S > &aabb_min_, const Vector3< S > &aabb_max_, S cost_density_) | |
CostSource (const AABB< S > &aabb, S cost_density_) | |
bool | operator< (const CostSource &other) const |
Public Attributes | |
Vector3< S > | aabb_min |
aabb lower bound | |
Vector3< S > | aabb_max |
aabb upper bound | |
S | cost_density |
cost density in the AABB<S> region | |
S | total_cost |
Cost source describes an area with a cost. The area is described by an AABB<S> region.