OfficerYoda / Fhysics

A Physics simulation
MIT License
0 stars 0 forks source link

Polygon BoundingBox calculation unoptimized #33

Closed OfficerYoda closed 3 weeks ago

OfficerYoda commented 1 month ago

When calculating the bounding box for a polygon it iterates four times over all the vertices when it can be done in one iteration.