![]() |
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 | |
| Vector3f () | |
| Vector3f (float x_, float y_, float z_) | |
Public Member Functions inherited from Vector3< float > | |
| Vector3 () | |
| Vector3 (float x_, float y_, float z_) | |
Additional Inherited Members | |
Public Attributes inherited from Vector3< float > | |
| float | x |
| float | y |
| float | z |
| Vector3f::Vector3f | ( | ) |
| Vector3f::Vector3f | ( | float | x_, |
| float | y_, | ||
| float | z_ | ||
| ) |