Vector2i
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
Constructors
Vector2i ( ) |
|
Methods
abs ( ) const |
|
aspect ( ) const |
|
distance_squared_to ( Vector2i to ) const |
|
distance_to ( Vector2i to ) const |
|
length ( ) const |
|
length_squared ( ) const |
|
max_axis_index ( ) const |
|
min_axis_index ( ) const |
|
sign ( ) const |
|
Operators
operator != ( Vector2i right ) |
|
operator % ( Vector2i right ) |
|
operator % ( int right ) |
|
operator * ( Vector2i right ) |
|
operator * ( float right ) |
|
operator * ( int right ) |
|
operator + ( Vector2i right ) |
|
operator - ( Vector2i right ) |
|
operator / ( Vector2i right ) |
|
operator / ( float right ) |
|
operator / ( int right ) |
|
operator < ( Vector2i right ) |
|
operator <= ( Vector2i right ) |
|
operator == ( Vector2i right ) |
|
operator > ( Vector2i right ) |
|
operator >= ( Vector2i right ) |
|
operator [] ( int index ) |
|
operator unary+ ( ) |
|
operator unary- ( ) |
Constants
AXIS_X = 0
There is currently no description for this constant. Please help us by contributing one!
AXIS_Y = 1
There is currently no description for this constant. Please help us by contributing one!
ZERO = Vector2i(0, 0)
There is currently no description for this constant. Please help us by contributing one!
ONE = Vector2i(1, 1)
There is currently no description for this constant. Please help us by contributing one!
MIN = Vector2i(-2147483648, -2147483648)
There is currently no description for this constant. Please help us by contributing one!
MAX = Vector2i(2147483647, 2147483647)
There is currently no description for this constant. Please help us by contributing one!
LEFT = Vector2i(-1, 0)
There is currently no description for this constant. Please help us by contributing one!
RIGHT = Vector2i(1, 0)
There is currently no description for this constant. Please help us by contributing one!
UP = Vector2i(0, -1)
There is currently no description for this constant. Please help us by contributing one!
DOWN = Vector2i(0, 1)
There is currently no description for this constant. Please help us by contributing one!
Property Descriptions
int x = 0
There is currently no description for this property. Please help us by contributing one!
int y = 0
There is currently no description for this property. Please help us by contributing one!
Constructor Descriptions
Vector2i Vector2i ( )
There is currently no description for this constructor. Please help us by contributing one!
Vector2i Vector2i ( Vector2i from )
There is currently no description for this constructor. Please help us by contributing one!
Vector2i Vector2i ( Vector2 from )
There is currently no description for this constructor. Please help us by contributing one!
Vector2i Vector2i ( int x, int y )
There is currently no description for this constructor. Please help us by contributing one!
Method Descriptions
Vector2i abs ( ) const
There is currently no description for this method. Please help us by contributing one!
float aspect ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector2i clamp ( Vector2i min, Vector2i max ) const
There is currently no description for this method. Please help us by contributing one!
Vector2i clampi ( int min, int max ) const
There is currently no description for this method. Please help us by contributing one!
int distance_squared_to ( Vector2i to ) const
There is currently no description for this method. Please help us by contributing one!
float distance_to ( Vector2i to ) const
There is currently no description for this method. Please help us by contributing one!
float length ( ) const
There is currently no description for this method. Please help us by contributing one!
int length_squared ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector2i max ( Vector2i with ) const
There is currently no description for this method. Please help us by contributing one!
int max_axis_index ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector2i maxi ( int with ) const
There is currently no description for this method. Please help us by contributing one!
Vector2i min ( Vector2i with ) const
There is currently no description for this method. Please help us by contributing one!
int min_axis_index ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector2i mini ( int with ) const
There is currently no description for this method. Please help us by contributing one!
Vector2i sign ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector2i snapped ( Vector2i step ) const
There is currently no description for this method. Please help us by contributing one!
Vector2i snappedi ( int step ) const
There is currently no description for this method. Please help us by contributing one!
Operator Descriptions
bool operator != ( Vector2i right )
There is currently no description for this operator. Please help us by contributing one!
Vector2i operator % ( Vector2i right )
There is currently no description for this operator. Please help us by contributing one!
Vector2i operator % ( int right )
There is currently no description for this operator. Please help us by contributing one!
Vector2i operator * ( Vector2i right )
There is currently no description for this operator. Please help us by contributing one!
Vector2 operator * ( float right )
There is currently no description for this operator. Please help us by contributing one!
Vector2i operator * ( int right )
There is currently no description for this operator. Please help us by contributing one!
Vector2i operator + ( Vector2i right )
There is currently no description for this operator. Please help us by contributing one!
Vector2i operator - ( Vector2i right )
There is currently no description for this operator. Please help us by contributing one!
Vector2i operator / ( Vector2i right )
There is currently no description for this operator. Please help us by contributing one!
Vector2 operator / ( float right )
There is currently no description for this operator. Please help us by contributing one!
Vector2i operator / ( int right )
There is currently no description for this operator. Please help us by contributing one!
bool operator < ( Vector2i right )
There is currently no description for this operator. Please help us by contributing one!
bool operator <= ( Vector2i right )
There is currently no description for this operator. Please help us by contributing one!
bool operator == ( Vector2i right )
There is currently no description for this operator. Please help us by contributing one!
bool operator > ( Vector2i right )
There is currently no description for this operator. Please help us by contributing one!
bool operator >= ( Vector2i right )
There is currently no description for this operator. Please help us by contributing one!
There is currently no description for this operator. Please help us by contributing one!
Vector2i operator unary+ ( )
There is currently no description for this operator. Please help us by contributing one!
Vector2i operator unary- ( )
There is currently no description for this operator. Please help us by contributing one!