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

representation d'un point 3d. More...

#include <vec.h>

Public Member Functions

 Point ()
 constructeur par defaut. More...
 
 Point (const float _x, const float _y, const float _z)
 
 Point (const vec2 &v, const float z)
 cree un point a partir des coordonnees du vecteur generique (v.x, v.y, v.z). More...
 
 Point (const vec3 &v)
 
 Point (const vec4 &v)
 
 Point (const Vector &v)
 cree un point a partir des coordonnes du vecteur (v.x, v.y, v.z). More...
 
float operator() (const unsigned int i) const
 renvoie la ieme composante du point. More...
 
float & operator() (const unsigned int i)
 

Public Attributes

float x
 
float y
 
float z
 

Detailed Description

representation d'un point 3d.

Definition at line 20 of file vec.h.

Constructor & Destructor Documentation

◆ Point()

Point::Point ( )
inline

constructeur par defaut.

Definition at line 23 of file vec.h.

23 : x(0), y(0), z(0) {}

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