|
Bomberman
|
A Two-dimensionnal Vector data type. More...
#include <Vector2.hpp>
Public Member Functions | |
| Vector2 (float x, float y) | |
| Vector 2 constructor. More... | |
| Vector2 () | |
| Vector 2 constructor. More... | |
| Vector2 (const Vector2 &)=default | |
| A default Vector 2 copy-constructor. More... | |
| Vector2 (const ::Vector2 &) | |
| A Vector 2 constructor from libray's vector2. More... | |
| ~Vector2 ()=default | |
| A default Vector 2 destructor. More... | |
| Vector2 & | operator= (const Vector2 &)=default |
| A Vector 2 is assignable. More... | |
Public Attributes | |
| float | x |
| X value of vector. More... | |
| float | y |
| Y value of vector. More... | |
| INTERNAL | __pad0__: operator ::Vector2() const |
A Two-dimensionnal Vector data type.
| RAY::Vector2::Vector2 | ( | float | x, |
| float | y | ||
| ) |
Vector 2 constructor.
| x | x-value of vector, such as a width |
| y | y-value of vector, such as a height |
| RAY::Vector2::Vector2 | ( | ) |
Vector 2 constructor.
All values are set to zero
|
default |
A default Vector 2 copy-constructor.
| RAY::Vector2::Vector2 | ( | const ::Vector2 & | vector | ) |
A Vector 2 constructor from libray's vector2.
|
default |
A default Vector 2 destructor.
| INTERNAL RAY::Vector2::__pad0__ |
| float RAY::Vector2::x |
X value of vector.
| float RAY::Vector2::y |
Y value of vector.
1.8.17