mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
7c8d1b5332
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. |
||
---|---|---|
.. | ||
resources | ||
CMakeLists.txt | ||
Effect.hpp | ||
Shader.cpp |