A 3-dimensional vector for unsigned integers.
uint x
uint y
uint z
~nat3()
nat3()
nat3(uint scalar)
nat3(uint x, uint y, uint z)
nat3(const nat3&in xy, uint z)
nat3(const nat3&in)
uint opIndex(int) const
uint
nat3 opAdd(const nat3&in) const
nat3
nat3 opSub(const nat3&in) const
nat3 opMul(const nat3&in) const
nat3 opDiv(const nat3&in) const
nat3 opAdd(uint) const
nat3 opSub(uint) const
nat3 opMul(uint) const
nat3 opDiv(uint) const
nat3 opAdd_r(uint) const
nat3 opSub_r(uint) const
nat3 opMul_r(uint) const
nat3 opDiv_r(uint) const
nat3& opAddAssign(const nat3&in)
nat3& opSubAssign(const nat3&in)
nat3& opMulAssign(const nat3&in)
nat3& opDivAssign(const nat3&in)
nat3& opAddAssign(uint)
nat3& opSubAssign(uint)
nat3& opMulAssign(uint)
nat3& opDivAssign(uint)
bool opEquals(const nat3&in)
bool
nat2 get_xy() const
nat2
string ToString() const
string