![]() |
Bbop-2D 0.4.1-alpha
Bbop-2D is a c++ library based on openGL to make 2D game. It implement sprite, shape, light and more.
|
Stock deux valeurs. More...
#include <bbopMathClass.h>
Public Member Functions | |
| Vector2 () | |
| Vector2 (T x_, T y_) | |
| Vector2 (const Vector2< T > &other) | |
Public Attributes | |
| T | x |
| T | y |
Stock deux valeurs.
Cette class est parent de tous les Vector2# (Vector2d, Vector2f, Vector2i) et peut être initialisé avec un type choisi
| T Vector2< T >::x |
| T Vector2< T >::y |