phetsims / kite

A library for creating, manipulating and displaying 2D shapes in JavaScript.
http://scenerystack.org/
MIT License
15 stars 6 forks source link

Faster upper-bound bounding box #17

Open jonathanolson opened 11 years ago

jonathanolson commented 11 years ago

In many cases, an upper-bound on the bounding box is much faster to compute than an accurate bounding box.

Using this where necessary can lead to major speed improvements.