Class FullBoundsManager

java.lang.Object
icyllis.arc3d.granite.geom.BoundsManager
icyllis.arc3d.granite.geom.FullBoundsManager

public final class FullBoundsManager extends BoundsManager
A BoundsManager that tracks every draw and can exactly determine all queries using a brute force search.
  • Constructor Details

    • FullBoundsManager

      public FullBoundsManager()
    • FullBoundsManager

      public FullBoundsManager(int capacity)
  • Method Details