This class describes a four-dimensional integer vector.
| Property | Type | Description |
|---|---|---|
| x | int | x component of the vector |
| y | int | y component of the vector |
| z, width | int | z component of the vector |
| w, height | int | w component of the vector |
| iVec4() | Constructor | |
| iVec4(const int x) | Constructor | |
| iVec4(const int x, const int y, const int z, const int w) | Constructor |