paraxis 0.3.1

A maths library for doing calculations on spatial data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Paraxis
[![Crates.io](https://img.shields.io/crates/v/paraxis.svg?style=for-the-badge&logo=crates.io)](https://crates.io/crates/paraxis)
[![Docs.rs](https://img.shields.io/badge/docs.rs-paraxis-blue?style=for-the-badge&logo=docs.rs)](https://docs.rs/paraxis)
[![Rust](https://img.shields.io/badge/Rust-000000?style=for-the-badge&logo=rust)](https://www.rust-lang.org/)
[![License: MIT](https://img.shields.io/badge/License-MIT-7F0000?style=for-the-badge&labelColor=000000&logoColor=white)](LICENSE)
[![Support on Ko-fi](https://img.shields.io/badge/ko--fi-Donate-999999?style=for-the-badge&logo=ko-fi&labelColor=333333)](https://ko-fi.com/stacksyndicate)

The goal of this crate is to provide some convenient and performant datastructures centered around CRUD operations on spatially organised data.

## Features (so far)
- Morton encoded Octrees (requires more testing)