Class IntegerPoint
java.lang.Object
eu.svjatoslav.sixth.e3d.renderer.octree.IntegerPoint
Point in 3D space. Used for octree. All coordinates are integers.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public int x -
y
public int y -
z
public int z
-
-
Constructor Details
-
IntegerPoint
public IntegerPoint() -
IntegerPoint
public IntegerPoint(int x, int y, int z)
-