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