Variable Segment.terminal

The terminal point (the vector points to the terminal point)

class Segment
{
  // ...
  Vector!(T,dimensions) terminal ;
  // ...
}