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