Bbop-Library 0.4.1-alpha
Opengl library to build 2d apps and game that implement a light system named Lumop
 
All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
Vector2i Class Reference

#include <bbopMathClass.h>

Inheritance diagram for Vector2i:
Vector2< int >

Public Member Functions

 Vector2i ()
 
 Vector2i (int x_, int y_)
 
 Vector2i (const Vector2i &other)
 
- Public Member Functions inherited from Vector2< int >
 Vector2 ()
 
 Vector2 (int x_, int y_)
 
 Vector2 (const Vector2< int > &other)
 

Additional Inherited Members

- Public Attributes inherited from Vector2< int >
int x
 
int y
 

Constructor & Destructor Documentation

◆ Vector2i() [1/3]

Vector2i::Vector2i ( )

◆ Vector2i() [2/3]

Vector2i::Vector2i ( int x_,
int y_ )

◆ Vector2i() [3/3]

Vector2i::Vector2i ( const Vector2i & other)

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