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
Vector3i Class Reference

#include <bbopMathClass.h>

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

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
 

Constructor & Destructor Documentation

◆ Vector3i() [1/2]

Vector3i::Vector3i ( )

◆ Vector3i() [2/2]

Vector3i::Vector3i ( int  x_,
int  y_,
int  z_ 
)

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