Fixed a bunch of clippy suggestions
[kaka/rust-sdl-test.git] / src / common / geometry.rs
2021-02-10 Tomas WenströmFixed a bunch of clippy suggestions
2021-02-08 Tomas WenströmImplemented PartialEq for Angle
2021-02-08 Tomas WenströmReplaced Degrees and Radians with a single Angle type
2021-02-08 Tomas WenströmRenamed operator impl macro for Point
2021-02-08 Tomas WenströmBounce bolls off of walls in a proper angle
2021-02-07 Tomas WenströmRenamed Grid.cell_size -> scale
2021-02-07 Tomas WenströmAdded a supercover line algorithm for better collision...
2021-02-01 Tomas WenströmWIP: Wall intersection
2021-01-31 Tomas WenströmCollect wall points into walls and place them in a...
2021-01-30 Tomas WenströmPoint2D -> Point
2021-01-29 Tomas WenströmReorganized mod common and added a smart scope timer