OfficerYoda / Fhysics

A Physics simulation
MIT License
0 stars 0 forks source link

Implemented BoundingBox #27

Closed OfficerYoda closed 1 month ago

OfficerYoda commented 1 month ago

I replaced most Rectanle2D uses with a custom BoundingBox class for better performance due to less conversions between doubles and floats. Also made a custom Section for QuadTree in the UI.