Dungeon Architect
17.0.0
|
Represent an integer vector More...
Static Public Member Functions | |
static IntVector | operator+ (IntVector a, IntVector b) |
static IntVector | operator- (IntVector a, IntVector b) |
static IntVector | operator* (IntVector a, IntVector b) |
static Vector3 | operator* (IntVector a, Vector3 b) |
static IntVector | operator/ (IntVector a, IntVector b) |
static IntVector | operator+ (IntVector a, int b) |
static IntVector | operator- (IntVector a, int b) |
static IntVector | operator* (IntVector a, int b) |
static IntVector | operator/ (IntVector a, int b) |
static bool | operator== (IntVector a, IntVector b) |
static bool | operator!= (IntVector a, IntVector b) |
static Vector3 | ToV3 (IntVector iv) |
Public Attributes | |
int | x |
int | y |
int | z |
Static Public Attributes | |
static readonly IntVector | Zero = new IntVector(0, 0, 0) |
Represent an integer vector
Definition at line 11 of file IntVector.cs.