Function Segment.contains

Returns whether this segment contains the other point Checks that a segment from origin to point has magnitude between initial and terminal's magnitude Also checks that when point magnitude is 1 and direction magnitude is 1, they have the same or they have negated components

bool contains(T) (
  Vector!(T,dimensions) point
);