Registry / utility / spatial-hash

spatial-hash

JSON →
library1.0.0vcpkgunverified

A minimal C++ library for spatial data structures based on voxel hashing.

vcpkg install spatial-hash
INSTALL
IMPORT
SIG · SPATIAL-HASH
S
spatial-hash
utilitycppv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

spatial_hash.h
#include <spatial_hash.h>

Basic usage of spatial hash for voxel-based spatial queries.

#include <spatial_hash.h> int main() { spatial_hash::SpatialHash sh(1.0); sh.insert(0, {0.0, 0.0, 0.0}); auto neighbors = sh.query({0.0, 0.0, 0.0}, 1.0); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources

No resource links recorded.

spatial-hash — pip install spatial-hash · libregistry