Uses of Class
nl.tudelft.simulation.language.d2.DirectionalLine
-
Packages that use DirectionalLine Package Description nl.tudelft.simulation.language.d2 Provides 2-dimensional utility classes. -
-
Uses of DirectionalLine in nl.tudelft.simulation.language.d2
Methods in nl.tudelft.simulation.language.d2 with parameters of type DirectionalLine Modifier and Type Method Description booleanDirectionalLine. equalsCoordinates(DirectionalLine line)Returns true if the endpoints of this line match the endpoints of the specified line.booleanDirectionalLine. equalsCoordinatesIgnoreOrder(DirectionalLine line)Returns true if the endpoints of this line match the endpoints of the specified line, ignoring endpoint order (if the first point of this line is equal to the second point of the specified line, and vice versa, returns true).
-