/**
  * @author Tam
  *     <p>for special cases of e.g. AlgoIntersectLineConic
  */
 protected void addIncidence() {
   ((GeoPoint) P).addIncidence((GeoElement) path, false);
 }