TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ IVec2() [1/3]

IVec2::IVec2 ( int  x,
int  y 
)
inline

Definition at line 8 of file BaseMath.h.

9 :x(x), y(y) {}