OfficerYoda / Fhysics

A Physics simulation
MIT License
0 stars 0 forks source link

Implemented BoundingBox #27

Closed OfficerYoda closed 5 months ago

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