Class IntegerPoint

java.lang.Object
eu.svjatoslav.sixth.e3d.renderer.octree.IntegerPoint

public class IntegerPoint extends Object
Point in 3D space. Used for octree. All coordinates are integers.
  • 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)