.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
codecov.yml
pyproject.toml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
cpp/.clang-format
cpp/CMakeLists.txt
cpp/LICENSE
cpp/README.md
cpp/cmake/ndsmath-config.cmake.in
cpp/include/ndsmath/consts.h
cpp/include/ndsmath/mortoncode.h
cpp/include/ndsmath/ndsboundingbox.h
cpp/include/ndsmath/packedtileid.h
cpp/include/ndsmath/polygon.h
cpp/include/ndsmath/polygontriangulation.h
cpp/include/ndsmath/wgs84.h
cpp/include/ndsmath/wgs84aabb.h
cpp/include/ndsmath/wgs84polygon.h
cpp/src/mortoncode.cpp
cpp/src/packedtileid.cpp
cpp/src/polygontriangulation.cpp
cpp/tests/CMakeLists.txt
cpp/tests/src/test-parity.cpp
cpp/tests/src/test-polygon.cpp
cpp/tests/src/test-units.cpp
cpp/tests/src/test_harness.h
cpp/vcpkg-port/README.md
cpp/vcpkg-port/portfile.cmake
cpp/vcpkg-port/usage
cpp/vcpkg-port/vcpkg.json
go/LICENSE
go/README.md
go/boundingbox.go
go/coverage_test.go
go/geometry_unit_test.go
go/go.mod
go/morton.go
go/parity_vectors_test.go
go/polygon.go
go/polygontriangulation.go
go/tileid.go
go/unit_test.go
go/vec2.go
go/wgs84.go
go/wgs84aabb.go
go/wgs84polygon.go
java/.gitignore
java/LICENSE
java/README.md
java/build.gradle
java/gradlew
java/gradlew.bat
java/settings.gradle
java/gradle/wrapper/gradle-wrapper.jar
java/gradle/wrapper/gradle-wrapper.properties
java/src/main/java/io/github/ndsev/ndslivemath/MortonCode.java
java/src/main/java/io/github/ndsev/ndslivemath/NdsBoundingBox.java
java/src/main/java/io/github/ndsev/ndslivemath/PackedTileId.java
java/src/main/java/io/github/ndsev/ndslivemath/Polygon.java
java/src/main/java/io/github/ndsev/ndslivemath/PolygonTriangulation.java
java/src/main/java/io/github/ndsev/ndslivemath/TileIds.java
java/src/main/java/io/github/ndsev/ndslivemath/Vec2.java
java/src/main/java/io/github/ndsev/ndslivemath/Wgs84.java
java/src/main/java/io/github/ndsev/ndslivemath/Wgs84Aabb.java
java/src/main/java/io/github/ndsev/ndslivemath/Wgs84Polygon.java
java/src/test/java/io/github/ndsev/ndslivemath/ParityVectorsTest.java
java/src/test/java/io/github/ndsev/ndslivemath/UnitTests.java
js/.gitignore
js/.prettierignore
js/.prettierrc.json
js/LICENSE
js/README.md
js/eslint.config.js
js/package-lock.json
js/package.json
js/tsconfig.json
js/vitest.config.ts
js/src/boundingBox.ts
js/src/index.ts
js/src/morton.ts
js/src/polygon.ts
js/src/polygonTriangulation.ts
js/src/tileid.ts
js/src/vec2.ts
js/src/wgs84.ts
js/src/wgs84Aabb.ts
js/src/wgs84Polygon.ts
js/test/geometry.test.ts
js/test/parity.test.ts
js/test/triangulation.test.ts
js/test/unit.test.ts
python/LICENSE
python/README.md
python/pyproject.toml
python/src/ndslive/math/__init__.py
python/src/ndslive/math/bounding_box.py
python/src/ndslive/math/morton.py
python/src/ndslive/math/polygon.py
python/src/ndslive/math/py.typed
python/src/ndslive/math/tileid.py
python/src/ndslive/math/triangulation.py
python/src/ndslive/math/vec2.py
python/src/ndslive/math/wgs84.py
python/src/ndslive/math/wgs84_aabb.py
python/src/ndslive/math/wgs84_polygon.py
python/tests/test_geometry.py
python/tests/test_ndsmath.py
python/tests/test_parity.py
rust/Cargo.toml
rust/LICENSE
rust/README.md
rust/src/bounding_box.rs
rust/src/lib.rs
rust/src/morton.rs
rust/src/polygon.rs
rust/src/polygon_triangulation.rs
rust/src/tileid.rs
rust/src/vec2.rs
rust/src/wgs84.rs
rust/src/wgs84_aabb.rs
rust/src/wgs84_polygon.rs
rust/tests/coverage.rs
rust/tests/parity.rs
src/ndslive/math/__init__.py
src/ndslive/math/_version.py
src/ndslive/math/bounding_box.py
src/ndslive/math/morton.py
src/ndslive/math/polygon.py
src/ndslive/math/py.typed
src/ndslive/math/tileid.py
src/ndslive/math/triangulation.py
src/ndslive/math/vec2.py
src/ndslive/math/wgs84.py
src/ndslive/math/wgs84_aabb.py
src/ndslive/math/wgs84_polygon.py
src/ndslive_math.egg-info/PKG-INFO
src/ndslive_math.egg-info/SOURCES.txt
src/ndslive_math.egg-info/dependency_links.txt
src/ndslive_math.egg-info/scm_file_list.json
src/ndslive_math.egg-info/scm_version.json
src/ndslive_math.egg-info/top_level.txt
test-vectors/generate_vectors.py
test-vectors/parity_vectors.json
tests/test_geometry.py
tests/test_ndsmath.py
tests/test_parity.py