The small3d library
Tiny C++ 3D game development library for Win/MacOS/Linux/FreeBSD
Loading...
Searching...
No Matches
small3d::Vec3i Class Reference

3 component integer vector More...

#include <Math.hpp>

Public Member Functions

 Vec3i (int x, int y, int z)
 

Public Attributes

int x = 0
 
int y = 0
 
int z = 0
 

Detailed Description

3 component integer vector


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