public class Coordinates extends Object
| Constructor and Description |
|---|
Coordinates(int x,
int y,
int c,
int z,
int t)
Coordinates constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getC()
Gets C coordinate.
|
int |
getT()
Gets T coordinate.
|
int |
getX()
Gets X coordinate.
|
int |
getY()
Gets Y coordinate.
|
int |
getZ()
Gets Z coordinate.
|
String |
toString() |
public Coordinates(int x,
int y,
int c,
int z,
int t)
x - X coordinate.y - Y coordinate.c - C coordinate.z - Z coordinate.t - T coordinate.public int getX()
public int getY()
public int getC()
public int getZ()
public int getT()
Copyright © 2020–2023 GReD. All rights reserved.