Functor to compute n bit morton code for a given AABB. More...
#include <hpp/fcl/broadphase/morton.h>
Public Member Functions | |
morton_functor (const AABB &bbox, size_t bit_num_) | |
boost::dynamic_bitset | operator() (const Vec3f &point) const |
size_t | bits () const |
Public Attributes | |
const Vec3f | base |
const Vec3f | inv |
const size_t | bit_num |
Functor to compute n bit morton code for a given AABB.
|
inline |
|
inline |
|
inline |
const Vec3f fcl::morton_functor< boost::dynamic_bitset<> >::base |
const size_t fcl::morton_functor< boost::dynamic_bitset<> >::bit_num |
const Vec3f fcl::morton_functor< boost::dynamic_bitset<> >::inv |