Package 

Class SlopeInterceptLine2D

  • All Implemented Interfaces:
    it.unibo.alchemist.model.interfaces.geometry.euclidean2d.Line2D

    
    public final class SlopeInterceptLine2D<P extends Vector2D<P>>
     implements Line2D<P>
                        

    A Line2D represented in the slope-intercept form: y = slope * x + yIntercept. Doubles are only compared with MathUtils.fuzzyEquals.