Class Intersection2D.SinglePoint

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<P> asList
      private final P point
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<P> getAsList() List of intersection points (in case of infinite points this is empty).
      final P getPoint()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Intersection2D.SinglePoint

        Intersection2D.SinglePoint(P point)
    • Method Detail

      • getAsList

         List<P> getAsList()

        List of intersection points (in case of infinite points this is empty).