Uses of Enum
eu.iv4xr.framework.spatial.QuadTreeSections
Packages that use QuadTreeSections
-
Uses of QuadTreeSections in eu.iv4xr.framework.spatial
Fields in eu.iv4xr.framework.spatial with type parameters of type QuadTreeSectionsMethods in eu.iv4xr.framework.spatial that return QuadTreeSectionsModifier and TypeMethodDescriptionstatic QuadTreeSections
Returns the enum constant of this type with the specified name.static QuadTreeSections[]
QuadTreeSections.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.iv4xr.framework.spatial with parameters of type QuadTreeSectionsModifier and TypeMethodDescriptionvoid
QuadTreeBranch.put(QuadTreeSections key, QuadTree<T> tree)
void
QuadTreeBranch.remove(QuadTreeSections key)