SFML/examples
Chris Thrasher 7c8d1b5332 Use more sf::Vector operations
When dealing with calculations that are fundamentally two dimensional
it's helpful to use a 2D data type as much as possible rather than
decomposing the calculations into x and y components. The more we use
vector operations the better chance we have of easiliy reasoning about
what the code is doing.
2023-10-31 19:45:13 -06:00
..
2023-04-25 17:25:33 +02:00
2023-04-03 23:36:33 +02:00
2023-07-27 11:13:45 -06:00
2023-10-31 19:45:13 -06:00
2023-05-21 14:37:46 -06:00
2023-05-21 14:37:46 -06:00
2023-05-21 11:59:52 -06:00
2023-07-24 21:25:26 -06:00