gKit2 light
Public Member Functions | Public Attributes | List of all members

vecteur generique, utilitaire. More...

#include <vec.h>

Public Member Functions

 vec2 (const float _x=0, const float _y=0)
 constructeur par defaut. More...
 

Public Attributes

float x
 
float y
 

Detailed Description

vecteur generique, utilitaire.

Definition at line 94 of file vec.h.

Constructor & Destructor Documentation

vec2::vec2 ( const float  _x = 0,
const float  _y = 0 
)
inline

constructeur par defaut.

Definition at line 97 of file vec.h.

97 : x(_x), y(_y) {}

The documentation for this struct was generated from the following file: