ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
|
Z-order curve (Morton code) for spatial hashing. More...
#include <advanced_spatial.hpp>
Static Public Member Functions | |
static uint64_t | encode (uint32_t x, uint32_t y) |
static std::pair< uint32_t, uint32_t > | decode (uint64_t z) |
static uint64_t | encode_point (const geometry::Point &point, const geometry::Rectangle &bounds) |
Z-order curve (Morton code) for spatial hashing.
Definition at line 161 of file advanced_spatial.hpp.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 171 of file advanced_spatial.hpp.