[][src]Type Definition lasy::PointGraph

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

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

Only lit edges are represented in this representation.