coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
coal::detail::SpatialHash Struct Reference

Spatial hash function: hash an AABB to a set of integer values. More...

#include <coal/broadphase/detail/spatial_hash.h>

Public Member Functions

 SpatialHash (const AABB &scene_limit_, Scalar cell_size_)
 
std::vector< unsigned int > operator() (const AABB &aabb) const
 

Detailed Description

Spatial hash function: hash an AABB to a set of integer values.

Constructor & Destructor Documentation

◆ SpatialHash()

coal::detail::SpatialHash::SpatialHash ( const AABB scene_limit_,
Scalar  cell_size_ 
)

Member Function Documentation

◆ operator()()

std::vector< unsigned int > coal::detail::SpatialHash::operator() ( const AABB aabb) const

The documentation for this struct was generated from the following files: