Class Intersection2D

  • All Implemented Interfaces:

    
    public class Intersection2D<V extends Object>
    
                        

    Describes the result an intersection operation in an euclidean 2D space. Type V must extend Vector2D. The requirement is not explicitly enforced to allow the class to work covariantly.

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

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

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

    • Method Detail

      • getAsList

         List<V> getAsList()

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