Package | Description |
---|---|
com.badlogic.gdx.math |
Modifier and Type | Method and Description |
---|---|
GridPoint3 |
GridPoint3.add(GridPoint3 other)
Adds another 3D grid point to this point.
|
GridPoint3 |
GridPoint3.add(int x,
int y,
int z)
Adds another 3D grid point to this point.
|
GridPoint3 |
GridPoint3.cpy() |
GridPoint3 |
GridPoint3.set(GridPoint3 point)
Sets the coordinates of this 3D grid point to that of another.
|
GridPoint3 |
GridPoint3.set(int x,
int y,
int z)
Sets the coordinates of this GridPoint3D.
|
GridPoint3 |
GridPoint3.sub(GridPoint3 other)
Subtracts another 3D grid point from this point.
|
GridPoint3 |
GridPoint3.sub(int x,
int y,
int z)
Subtracts another 3D grid point from this point.
|
Modifier and Type | Method and Description |
---|---|
GridPoint3 |
GridPoint3.add(GridPoint3 other)
Adds another 3D grid point to this point.
|
float |
GridPoint3.dst(GridPoint3 other) |
float |
GridPoint3.dst2(GridPoint3 other) |
GridPoint3 |
GridPoint3.set(GridPoint3 point)
Sets the coordinates of this 3D grid point to that of another.
|
GridPoint3 |
GridPoint3.sub(GridPoint3 other)
Subtracts another 3D grid point from this point.
|
Constructor and Description |
---|
GridPoint3(GridPoint3 point)
Copy constructor
|