Uses of Class
com.badlogic.gdx.math.GridPoint3
-
Packages that use GridPoint3 Package Description com.badlogic.gdx.math -
-
Uses of GridPoint3 in com.badlogic.gdx.math
Methods in com.badlogic.gdx.math that return GridPoint3 Modifier and Type Method Description GridPoint3GridPoint3. add(int x, int y, int z)Adds another 3D grid point to this point.GridPoint3GridPoint3. add(GridPoint3 other)Adds another 3D grid point to this point.GridPoint3GridPoint3. cpy()GridPoint3GridPoint3. set(int x, int y, int z)Sets the coordinates of this GridPoint3D.GridPoint3GridPoint3. set(GridPoint3 point)Sets the coordinates of this 3D grid point to that of another.GridPoint3GridPoint3. sub(int x, int y, int z)Subtracts another 3D grid point from this point.GridPoint3GridPoint3. sub(GridPoint3 other)Subtracts another 3D grid point from this point.Methods in com.badlogic.gdx.math with parameters of type GridPoint3 Modifier and Type Method Description GridPoint3GridPoint3. add(GridPoint3 other)Adds another 3D grid point to this point.floatGridPoint3. dst(GridPoint3 other)floatGridPoint3. dst2(GridPoint3 other)GridPoint3GridPoint3. set(GridPoint3 point)Sets the coordinates of this 3D grid point to that of another.GridPoint3GridPoint3. sub(GridPoint3 other)Subtracts another 3D grid point from this point.Constructors in com.badlogic.gdx.math with parameters of type GridPoint3 Constructor Description GridPoint3(GridPoint3 point)Copy constructor
-