PairLineIntersection

public enum PairLineIntersection<Vector> where Vector : VectorFloatingPoint
extension PairLineIntersection: Equatable where Vector: Equatable
extension PairLineIntersection: Hashable where Vector: Hashable

The result of an intersection test between an arbitrary open shape and a line, specialized for storing at most two intersection points at a time.