vecteur generique, utilitaire.
More...
#include <vec.h>
|
| | vec2 () |
| | constructeur par defaut.
|
| |
| | vec2 (const float _x, const float _y) |
| |
| float | operator() (const unsigned int i) const |
| | renvoie la ieme composante du vecteur.
|
| |
| float & | operator() (const unsigned int i) |
| |
vecteur generique, utilitaire.
Definition at line 133 of file vec.h.
◆ vec2() [1/2]
constructeur par defaut.
Definition at line 136 of file vec.h.
◆ vec2() [2/2]
| vec2::vec2 |
( |
const float |
_x, |
|
|
const float |
_y |
|
) |
| |
|
inline |
◆ operator()() [1/2]
| float vec2::operator() |
( |
const unsigned int |
i | ) |
const |
|
inline |
renvoie la ieme composante du vecteur.
Definition at line 140 of file vec.h.
◆ operator()() [2/2]
| float & vec2::operator() |
( |
const unsigned int |
i | ) |
|
|
inline |
The documentation for this struct was generated from the following file: