Uses of Class
org.opentrafficsim.trafficcontrol.trafcod.Diagram.XYPair
Packages that use Diagram.XYPair
-
Uses of Diagram.XYPair in org.opentrafficsim.trafficcontrol.trafcod
Methods in org.opentrafficsim.trafficcontrol.trafcod with parameters of type Diagram.XYPairModifier and TypeMethodDescription(package private) final int
Diagram.rotatedX
(Diagram.XYPair xyPair, int rotation) Return the rotated x value.(package private) final int
Diagram.rotatedY
(Diagram.XYPair xyPair, int rotation) Return the rotated y value.Constructors in org.opentrafficsim.trafficcontrol.trafcod with parameters of type Diagram.XYPairModifierConstructorDescription(package private)
XYPair
(Diagram.XYPair in, int quadrant) Construct a rotated version of an XYPair.