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 Detail

    • Method Detail

      • getAsList

         List<V> getAsList()

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