Package org.opentcs.data.model
Class Couple
java.lang.Object
org.opentcs.data.model.Couple
- All Implemented Interfaces:
Serializable
A generic 2-tuple of long integer values, usable for 2D coordinates and vectors, for instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Couple
public Couple(long x, long y) Creates a new instance.- Parameters:
x
- The X coordinate.y
- The Y coordinate.
-
-
Method Details