higher_order_point 0.1.1

An experimental higher order data structure for 3D points
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# higher_order_point
An experimental higher order data structure for 3D points

*Notice! Use [advancedresearch-higher_order_point](https://crates.io/crates/advancedresearch-higher_order_point) instead of this crate.*

Builds on the abstraction defined in [higher_order_core](https://github.com/advancedresearch/higher_order_core).

*Notice! This abstraction is still very early in development.*

![hyperbola example](./images/hyperbola.png)

[hyperbola example](./examples/hyperbola.rs)

This example shows how to generate a hyperbolic shape
by twisting circles connected by lines.