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

Stock trois valeurs. More...

#include <bbopMathClass.h>

Public Member Functions

 Vector3 ()
 
 Vector3 (T x_, T y_, T z_)
 

Public Attributes

x
 
y
 
z
 

Detailed Description

template<typename T>
class Vector3< T >

Stock trois valeurs.

Cette class est parent de tous les Vector3# (Vector3d, Vector3f, Vector3i) et peut ĂȘtre initialisĂ© avec un type choisi

Constructor & Destructor Documentation

◆ Vector3() [1/2]

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

◆ Vector3() [2/2]

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

Member Data Documentation

◆ x

template<typename T>
T Vector3< T >::x

◆ y

template<typename T>
T Vector3< T >::y

◆ z

template<typename T>
T Vector3< T >::z

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