[][src]Type Definition lasy::stream::frame::opt::PointGraph

type PointGraph = Graph<Point, (), Undirected, u32>;

A type used to represent graph describing the points in a frame and how they are joined.

Only non-blank edges are represented in this representation.