Uses of Class
org.opentrafficsim.trafficcontrol.trafcod.Diagram.XYPair
-
Packages that use Diagram.XYPair Package Description org.opentrafficsim.trafficcontrol.trafcod TrafCOD interpreter. -
-
Uses of Diagram.XYPair in org.opentrafficsim.trafficcontrol.trafcod
Methods in org.opentrafficsim.trafficcontrol.trafcod with parameters of type Diagram.XYPair Modifier and Type Method Description (package private) int
Diagram. rotatedX(Diagram.XYPair xyPair, int rotation)
Return the rotated x value.(package private) int
Diagram. rotatedY(Diagram.XYPair xyPair, int rotation)
Return the rotated y value.Constructors in org.opentrafficsim.trafficcontrol.trafcod with parameters of type Diagram.XYPair Constructor Description XYPair(Diagram.XYPair in, int quadrant)
Construct a rotated version of an XYPair.
-