Uses of Class
com.badlogic.gdx.utils.ObjectSet
-
Packages that use ObjectSet Package Description com.badlogic.gdx.graphics.g2d com.badlogic.gdx.math com.badlogic.gdx.utils -
-
Uses of ObjectSet in com.badlogic.gdx.graphics.g2d
Methods in com.badlogic.gdx.graphics.g2d that return ObjectSet Modifier and Type Method Description ObjectSet<Texture>TextureAtlas. getTextures() -
Uses of ObjectSet in com.badlogic.gdx.math
Methods in com.badlogic.gdx.math that return ObjectSet Modifier and Type Method Description ObjectSet<T>Octree. getAll(ObjectSet<T> resultSet)Method to retrieve all the geometries.ObjectSet<BoundingBox>Octree. getNodesBoxes(ObjectSet<BoundingBox> boxes)Method to get nodes as bounding boxes.ObjectSet<T>Octree. query(BoundingBox aabb, ObjectSet<T> result)Method to query geometries inside nodes that the aabb intersects.ObjectSet<T>Octree. query(Frustum frustum, ObjectSet<T> result)Method to query geometries inside nodes that the frustum intersects.Methods in com.badlogic.gdx.math with parameters of type ObjectSet Modifier and Type Method Description ObjectSet<T>Octree. getAll(ObjectSet<T> resultSet)Method to retrieve all the geometries.protected voidOctree.OctreeNode. getAll(ObjectSet<T> resultSet)Get all geometries using Depth-First Search recursion.protected voidOctree.OctreeNode. getBoundingBox(ObjectSet<BoundingBox> bounds)Get bounding boxes using Depth-First Search recursion.ObjectSet<BoundingBox>Octree. getNodesBoxes(ObjectSet<BoundingBox> boxes)Method to get nodes as bounding boxes.protected voidOctree.OctreeNode. query(BoundingBox aabb, ObjectSet<T> result)protected voidOctree.OctreeNode. query(Frustum frustum, ObjectSet<T> result)ObjectSet<T>Octree. query(BoundingBox aabb, ObjectSet<T> result)Method to query geometries inside nodes that the aabb intersects.ObjectSet<T>Octree. query(Frustum frustum, ObjectSet<T> result)Method to query geometries inside nodes that the frustum intersects. -
Uses of ObjectSet in com.badlogic.gdx.utils
Subclasses of ObjectSet in com.badlogic.gdx.utils Modifier and Type Class Description classOrderedSet<T>Methods in com.badlogic.gdx.utils that return ObjectSet Modifier and Type Method Description static <T> ObjectSet<T>ObjectSet. with(T... array)Methods in com.badlogic.gdx.utils with parameters of type ObjectSet Modifier and Type Method Description voidObjectSet. addAll(ObjectSet<T> set)Constructors in com.badlogic.gdx.utils with parameters of type ObjectSet Constructor Description ObjectSet(ObjectSet<? extends T> set)Creates a new set identical to the specified set.ObjectSetIterator(ObjectSet<K> set)
-