Package com.gaia3d.basic.geometry.octree
Class GaiaOctreeCoordinate
java.lang.Object
com.gaia3d.basic.geometry.octree.GaiaOctreeCoordinate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFront()
getFullPath
(List<GaiaOctreeCoordinate> resultFullPath) getLeft()
getRear()
getRight()
getTop()
boolean
isEqual
(GaiaOctreeCoordinate coord) void
setDepthAndCoord
(int depth, int x, int y, int z)
-
Constructor Details
-
GaiaOctreeCoordinate
public GaiaOctreeCoordinate()
-
-
Method Details
-
setDepthAndCoord
public void setDepthAndCoord(int depth, int x, int y, int z) -
getLeft
-
getRight
-
getFront
-
getRear
-
getTop
-
getBottom
-
getParentCoord
-
getFullPath
-
isEqual
-