polygon 0.2.0

Trait for handling polygon implementations
Documentation

Polygon

A standard trait and set of implementations for managing polygons in rust.

Output Angles

For return values 0 is north and the angle increases clockwise.

Output Gradients

For output gradients, f64::INFINITY is returned for north, and the gradient decreases clockwise until f64::NEG_INFINITY.