ConvexLineIntersection

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

The result of a convex-line intersection test.