pub type REdgeIntersection<T> = EdgeIntersection<T, T, REdge<T>>;
Expand description

Return type for the edge-edge intersection functions. Stores all possible results of a edge to edge intersection.