2d integer vector. More...
Public Member Functions | |
| RFIVector2 (int x, int y) | |
| Initializes a new instance of the RFIVector2 class. | |
Public Attributes | |
| int | x = 0 |
| int | y = 0 |
2d integer vector.
| RFIVector2 | ( | int | x, |
| int | y | ||
| ) |
Initializes a new instance of the RFIVector2 class.
| x | The x coordinate. |
| y | The y coordinate. |