[][src]Type Definition lasy::EulerGraph

type EulerGraph = Graph<PointIndex, SegmentKind, Undirected, u32>;

A type used to represent a graph of points that contains at least one euler circuit.