Skip to content

Commit 26ba526

Browse files
committedJul 16, 2024
went through the folders AI, algorithms, and the other half of collision detection
1 parent 28dcd67 commit 26ba526

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+184
-181
lines changed
 

Diff for: ‎CONTRIBUTORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Special Thanks to the following people who helped making this work even better:
1515
- **Nikita Ivanchenko (Nivanchenko)** - For fixing some mistakes
1616
- **abreathingcorpse** - Proofreading and fixing some math mistakes
1717
- **LuosRestil** - For fixing some mistakes
18-
- **Doublestuf** - Improving Python listings
18+
- **Doublestuf** - For improving code listings

Diff for: ‎dynamic_listings/C++/default/collisiondetection/point_circle_lazy.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
struct Circle{
44
Point center;
5-
int radius;
5+
float radius;
66
};
77

88
float distance(Point A, Point B){

0 commit comments

Comments
 (0)
Please sign in to comment.