![]() |
The small3d library
Tiny C++ 3D game development library for Win/Linux
|
4 component integer vector More...
#include <Math.hpp>
Public Member Functions | |
| Vec4i (int x, int y, int z, int w) | |
| Vec4i (const Vec3i &vec3i, float w) | |
Public Attributes | |
| int | x = 0 |
| int | y = 0 |
| int | z = 0 |
| int | w = 0 |
4 component integer vector