Package com.gaia3d.basic.geometry.octree
Class GaiaOctreeFaces
java.lang.Object
com.gaia3d.basic.geometry.octree.GaiaOctree<GaiaFaceData>
com.gaia3d.basic.geometry.octree.GaiaOctreeFaces
-
Constructor Summary
ConstructorsConstructorDescriptionGaiaOctreeFaces(GaiaOctree<GaiaFaceData> parent, GaiaBoundingBox boundingBox) -
Method Summary
Modifier and TypeMethodDescriptioncreateChild(GaiaBoundingBox childBoundingBox) voidvoidbooleanintersects(GaiaTriangle triangle) voidmakeTree()Methods inherited from class com.gaia3d.basic.geometry.octree.GaiaOctree
addContent, addContents, clearContents, createChildren, extractOctreesWithContents, findOctreeByCoordinate, getContentsLength, getCoordinate, getRoot, hasContents, isLeaf, isRoot, removeContent
-
Constructor Details
-
GaiaOctreeFaces
-
-
Method Details
-
createChild
-
distributeContentsByCenterPoint
public void distributeContentsByCenterPoint() -
intersects
-
distributeContentsByIntersection
public void distributeContentsByIntersection() -
makeTree
public void makeTree()
-