Variable Segment.initial

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

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