OfficerYoda / Fhysics

A Physics simulation
MIT License
0 stars 0 forks source link

Rectangle projection unoptimized #30

Closed OfficerYoda closed 3 weeks ago

OfficerYoda commented 1 month ago

Instead of getting the min and max of the projections in two separate loops it can be done in one loops.

OfficerYoda commented 1 month ago

The same is true for polygon projections