Package com.gaia3d.basic.geometry.octree
Class GaiaOctreeVertices
java.lang.Object
com.gaia3d.basic.geometry.octree.GaiaOctree<GeometryContent>
com.gaia3d.basic.geometry.octree.GaiaOctreeVertices
-
Constructor Summary
ConstructorsConstructorDescriptionGaiaOctreeVertices(GaiaOctree<GeometryContent> parent, GaiaBoundingBox boundingBox) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanintersects(GeometryContent vertex) voidmakeTreeByMinVertexCount(int minVertexCount) 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
-
GaiaOctreeVertices
-
-
Method Details
-
makeTreeByMinVertexCount
public void makeTreeByMinVertexCount(int minVertexCount) -
intersects
-
distributeContents
public void distributeContents()
-