Skip to content

Uses an algorithm to turn (x, y) coordinates (2D) into its corresponding value on the Hilbert Curve. It can also go from a singular value back to (x, y).

Notifications You must be signed in to change notification settings

MKR0902/HilbertCurveDimensionElevator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

HilbertCurveDimensionElevator

Uses an algorithim to turn (x, y) coordinates (2D) into its corresponding value on the Hilbert Curve. It can also go from a singular value back to (x, y) as long as you know what grid it would be on. If you do not know what the grid size is, then it automatically finds the smallest grid size containing the value inputed. Grid sizes should be some length 2^n but the program will find the smallest n for 2^n that contains the size given.

About

Uses an algorithm to turn (x, y) coordinates (2D) into its corresponding value on the Hilbert Curve. It can also go from a singular value back to (x, y).

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages