Bbop-Library 0.4.1-alpha
Opengl library to build 2d apps and game that implement a light system named Lumop
 
Loading...
Searching...
No Matches
Vector2< T > Class Template Reference

Stock deux valeurs. More...

#include <bbopMathClass.h>

Public Member Functions

 Vector2 ()
 
 Vector2 (T x_, T y_)
 
 Vector2 (const Vector2< T > &other)
 

Public Attributes

x
 
y
 

Detailed Description

template<typename T>
class Vector2< T >

Stock deux valeurs.

Cette class est parent de tous les Vector2# (Vector2d, Vector2f, Vector2i) et peut être initialisé avec un type choisi

Todo
Gérer les constructeur par copy d'une bonne manière

Constructor & Destructor Documentation

◆ Vector2() [1/3]

template<typename T>
Vector2< T >::Vector2 ( )

◆ Vector2() [2/3]

template<typename T>
Vector2< T >::Vector2 ( T x_,
T y_ )

◆ Vector2() [3/3]

template<typename T>
Vector2< T >::Vector2 ( const Vector2< T > & other)

Member Data Documentation

◆ x

template<typename T>
T Vector2< T >::x

◆ y

template<typename T>
T Vector2< T >::y

The documentation for this class was generated from the following files: