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
Vector4< T > Class Template Reference

Stock quatre valeurs. More...

#include <bbopMathClass.h>

Public Member Functions

 Vector4 ()
 
 Vector4 (T x_, T y_, T z_, T w_)
 

Public Attributes

x
 
y
 
z
 
w
 

Detailed Description

template<typename T>
class Vector4< T >

Stock quatre valeurs.

Cette class est initialisé avec un type choisi

Constructor & Destructor Documentation

◆ Vector4() [1/2]

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

◆ Vector4() [2/2]

template<typename T>
Vector4< T >::Vector4 ( T x_,
T y_,
T z_,
T w_ )

Member Data Documentation

◆ w

template<typename T>
T Vector4< T >::w

◆ x

template<typename T>
T Vector4< T >::x

◆ y

template<typename T>
T Vector4< T >::y

◆ z

template<typename T>
T Vector4< T >::z

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