Package icyllis.arc3d.granite.geom
Class FullBoundsManager
java.lang.Object
icyllis.arc3d.granite.geom.BoundsManager
icyllis.arc3d.granite.geom.FullBoundsManager
A BoundsManager that tracks every draw and can exactly determine all queries
using a brute force search.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcount()intgetMostRecentDraw(Rect2fc bounds) voidrecordDraw(Rect2fc bounds, int order) voidtransferTo(BoundsManager other)
-
Constructor Details
-
FullBoundsManager
public FullBoundsManager() -
FullBoundsManager
public FullBoundsManager(int capacity)
-
-
Method Details
-
getMostRecentDraw
- Specified by:
getMostRecentDrawin classBoundsManager
-
recordDraw
- Specified by:
recordDrawin classBoundsManager
-
clear
public void clear()- Specified by:
clearin classBoundsManager
-
count
public int count() -
transferTo
-