|
API Documentation
|
|
|
303 void operator*= (
int coeff) ;
329 void operator/= (
int coeff) ;
float getDistanceVec3(const IntVector &other) const
int _w
W component of the vector.
Definition: IntVector.h:378
A 4-component vector class, with integers.
Definition: IntVector.h:12
float getLengthVec2() const
float getDistanceVec4(const IntVector &other) const
nkMemory::String toString() const
Encompasses all API of component NilkinsMaths.
Definition: IntVector.h:7
float getLengthVec4() const
float getDistanceVec2(const IntVector &other) const
float getDistanceSquaredVec4(const IntVector &other) const
float getLengthSquaredVec4() const
float getDistanceSquaredVec2(const IntVector &other) const
float getLengthSquaredVec3() const
int _x
X component of the vector.
Definition: IntVector.h:375
int _z
Z component of the vector.
Definition: IntVector.h:377
float getLengthSquaredVec2() const
int _y
Y component of the vector.
Definition: IntVector.h:376
IntVector & fromString(nkMemory::StringView str)
float getDistanceSquaredVec3(const IntVector &other) const
float getLengthVec3() const
A 4-component vector class, with floats.
Definition: Vector.h:12
Encompasses all API of component NilkinsMemory.
Definition: Allocator.h:7