Segment.intersect

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

Meta