Bbop-2D 0.4.1-alpha
Bbop-2D is a c++ library based on openGL to make 2D game. It implement sprite, shape, light and more.
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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 ( x_,
y_,
z_,
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: