Lua
C++
Edit

iVec2

This class describes a two-dimensional integer vector.

Property Type Description
x, width int x component of the vector
y, height int y component of the vector
iVec2 Constructor iVec2(const int x)
iVec2 Constructor iVec2(const int x, const int y)
Copyright © 2024 Ultra Software.
All rights reserved.