edges.md

February 8, 2017 ยท View on GitHub

Edges

An edge is a line formed between two points on a ring.

Edges are defined in the edge.hpp.

The basic structure of an edge is:

struct edge {
    mapbox::geometry::point<T> bot;
    mapbox::geometry::point<T> top;
    double dx;
};

Edges are only used in Wagyu to represent the pieces of a bound.