![]() |
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.
|
#include <bbopMathClass.h>


Public Member Functions | |
| Vector3i () | |
| Vector3i (int x_, int y_, int z_) | |
Public Member Functions inherited from Vector3< int > | |
| Vector3 () | |
| Vector3 (int x_, int y_, int z_) | |
Additional Inherited Members | |
Public Attributes inherited from Vector3< int > | |
| int | x |
| int | y |
| int | z |
| Vector3i::Vector3i | ( | ) |
| Vector3i::Vector3i | ( | int | x_, |
| int | y_, | ||
| int | z_ | ||
| ) |