|
casse-brick latest
Ce projet est réalisé dans le cadre du cours de Programmation Avancée en M1 Informatique de l'université de Strasbourg.
|
Go to the source code of this file.
Functions | |
| std::vector< point > | evenlySpacedPointsInRect (float x, float y, float width, float height, int numPoints, float radius) |
| std::vector< point > evenlySpacedPointsInRect | ( | float | x, |
| float | y, | ||
| float | width, | ||
| float | height, | ||
| int | numPoints, | ||
| float | radius | ||
| ) |
Definition at line 10 of file CollisionManager.cpp.