Segment.intersect

struct Segment(T, int N)
const
static if(N == 3 && isFloatingPoint!T)
bool
intersect
if (
N == 2 ||
N == 3
)

Meta