The small3d library
|
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