The small3d library
Public Member Functions | Public Attributes | List of all members
small3d::Vec4i Class Reference

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
 

Detailed Description

4 component integer vector


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