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 | List of all members
Vector2i Class Reference

#include <bbopMathClass.h>

Inheritance diagram for Vector2i:
Inheritance graph
[legend]
Collaboration diagram for Vector2i:
Collaboration graph
[legend]

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: