Package org.opentcs.data.model
Klasse Triple
java.lang.Object
org.opentcs.data.model.Triple
- Alle implementierten Schnittstellen:
Serializable
A generic 3-tuple of long integer values, usable for 3D coordinates and vectors, for instance.
- Siehe auch:
-
Konstruktorübersicht
-
Methodenübersicht
-
Konstruktordetails
-
Triple
public Triple(long x, long y, long z) Creates a new Triple with the given values.- Parameter:
x
- The X coordinate.y
- The Y coordinate.z
- The Z coordindate.
-
-
Methodendetails
-
getX
public long getX()Returns the x coordinate.- Gibt zurück:
- x
-
getY
public long getY()Returns the y coordinate.- Gibt zurück:
- y
-
getZ
public long getZ()Returns the z coordinate.- Gibt zurück:
- z
-
equals
-
hashCode
public int hashCode() -
toString
-