- Home /
 
 
               Question by 
               $$anonymous$$ · Nov 16, 2014 at 03:26 PM · 
                boundsrectdifferencerectangleboundingbox  
              
 
              Bounds vs. Rectangle
What is the difference between Bounds and Rect?
I have read the API, so I see the obvious differences. More specifically:
Which is better for performance?
Are Bounds just a 3D Rect?
When should I use one over the other?
Anything else to help clarify the difference that you know would be great as well :)
Here is the extent of my knowledge regarding the two: Bounds and Rect.
               Comment
              
 
               
              Answer by FatCatz · Oct 08, 2016 at 04:56 PM
There's a nice answer over in StackOverflow which addresses this: http://stackoverflow.com/q/26958700/1243753
Your answer