OfficerYoda / Fhysics

A Physics simulation
MIT License
0 stars 0 forks source link

Polygon BoundingBox calculation unoptimized #33

Closed OfficerYoda closed 5 months ago

OfficerYoda commented 5 months 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.