subsphere 0.1.0

Sphere tessellation toolkit
Documentation
1
2
3
4
5
6
7
8
9
# `subsphere` 
[![](https://img.shields.io/crates/v/subsphere.svg)](https://crates.io/crates/subsphere)
[![](https://docs.rs/subsphere/badge.svg)](https://docs.rs/subsphere/)

**Sphere tessellation toolkit**

This crate defines a general API for working with tessellated spheres, i.e. spheres whose surface
is partitioned into polygonal cells. It also provides implementations of several common
tessellations.