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