Vector4i

There is currently no description for this class. Please help us by contributing one!

Properties

int

w

0

int

x

0

int

y

0

int

z

0

Constructors

Vector4i

Vector4i ( )

Vector4i

Vector4i ( Vector4i from )

Vector4i

Vector4i ( Vector4 from )

Vector4i

Vector4i ( int x, int y, int z, int w )

Methods

Vector4i

abs ( ) const

Vector4i

clamp ( Vector4i min, Vector4i max ) const

Vector4i

clampi ( int min, int max ) const

int

distance_squared_to ( Vector4i to ) const

float

distance_to ( Vector4i to ) const

float

length ( ) const

int

length_squared ( ) const

Vector4i

max ( Vector4i with ) const

int

max_axis_index ( ) const

Vector4i

maxi ( int with ) const

Vector4i

min ( Vector4i with ) const

int

min_axis_index ( ) const

Vector4i

mini ( int with ) const

Vector4i

sign ( ) const

Vector4i

snapped ( Vector4i step ) const

Vector4i

snappedi ( int step ) const

Operators

bool

operator != ( Vector4i right )

Vector4i

operator % ( Vector4i right )

Vector4i

operator % ( int right )

Vector4i

operator * ( Vector4i right )

Vector4

operator * ( float right )

Vector4i

operator * ( int right )

Vector4i

operator + ( Vector4i right )

Vector4i

operator - ( Vector4i right )

Vector4i

operator / ( Vector4i right )

Vector4

operator / ( float right )

Vector4i

operator / ( int right )

bool

operator < ( Vector4i right )

bool

operator <= ( Vector4i right )

bool

operator == ( Vector4i right )

bool

operator > ( Vector4i right )

bool

operator >= ( Vector4i right )

int

operator [] ( int index )

Vector4i

operator unary+ ( )

Vector4i

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!

AXIS_Z = 2

There is currently no description for this constant. Please help us by contributing one!

AXIS_W = 3

There is currently no description for this constant. Please help us by contributing one!

ZERO = Vector4i(0, 0, 0, 0)

There is currently no description for this constant. Please help us by contributing one!

ONE = Vector4i(1, 1, 1, 1)

There is currently no description for this constant. Please help us by contributing one!

MIN = Vector4i(-2147483648, -2147483648, -2147483648, -2147483648)

There is currently no description for this constant. Please help us by contributing one!

MAX = Vector4i(2147483647, 2147483647, 2147483647, 2147483647)

There is currently no description for this constant. Please help us by contributing one!


Property Descriptions

int w = 0

There is currently no description for this property. Please help us by contributing one!


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!


int z = 0

There is currently no description for this property. Please help us by contributing one!


Constructor Descriptions

Vector4i Vector4i ( )

There is currently no description for this constructor. Please help us by contributing one!


Vector4i Vector4i ( Vector4i from )

There is currently no description for this constructor. Please help us by contributing one!


Vector4i Vector4i ( Vector4 from )

There is currently no description for this constructor. Please help us by contributing one!


Vector4i Vector4i ( int x, int y, int z, int w )

There is currently no description for this constructor. Please help us by contributing one!


Method Descriptions

Vector4i abs ( ) const

There is currently no description for this method. Please help us by contributing one!


Vector4i clamp ( Vector4i min, Vector4i max ) const

There is currently no description for this method. Please help us by contributing one!


Vector4i clampi ( int min, int max ) const

There is currently no description for this method. Please help us by contributing one!


int distance_squared_to ( Vector4i to ) const

There is currently no description for this method. Please help us by contributing one!


float distance_to ( Vector4i 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!


Vector4i max ( Vector4i 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!


Vector4i maxi ( int with ) const

There is currently no description for this method. Please help us by contributing one!


Vector4i min ( Vector4i 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!


Vector4i mini ( int with ) const

There is currently no description for this method. Please help us by contributing one!


Vector4i sign ( ) const

There is currently no description for this method. Please help us by contributing one!


Vector4i snapped ( Vector4i step ) const

There is currently no description for this method. Please help us by contributing one!


Vector4i snappedi ( int step ) const

There is currently no description for this method. Please help us by contributing one!


Operator Descriptions

bool operator != ( Vector4i right )

There is currently no description for this operator. Please help us by contributing one!


Vector4i operator % ( Vector4i right )

There is currently no description for this operator. Please help us by contributing one!


Vector4i operator % ( int right )

There is currently no description for this operator. Please help us by contributing one!


Vector4i operator * ( Vector4i right )

There is currently no description for this operator. Please help us by contributing one!


Vector4 operator * ( float right )

There is currently no description for this operator. Please help us by contributing one!


Vector4i operator * ( int right )

There is currently no description for this operator. Please help us by contributing one!


Vector4i operator + ( Vector4i right )

There is currently no description for this operator. Please help us by contributing one!


Vector4i operator - ( Vector4i right )

There is currently no description for this operator. Please help us by contributing one!


Vector4i operator / ( Vector4i right )

There is currently no description for this operator. Please help us by contributing one!


Vector4 operator / ( float right )

There is currently no description for this operator. Please help us by contributing one!


Vector4i operator / ( int right )

There is currently no description for this operator. Please help us by contributing one!


bool operator < ( Vector4i right )

There is currently no description for this operator. Please help us by contributing one!


bool operator <= ( Vector4i right )

There is currently no description for this operator. Please help us by contributing one!


bool operator == ( Vector4i right )

There is currently no description for this operator. Please help us by contributing one!


bool operator > ( Vector4i right )

There is currently no description for this operator. Please help us by contributing one!


bool operator >= ( Vector4i right )

There is currently no description for this operator. Please help us by contributing one!


int operator [] ( int index )

There is currently no description for this operator. Please help us by contributing one!


Vector4i operator unary+ ( )

There is currently no description for this operator. Please help us by contributing one!


Vector4i operator unary- ( )

There is currently no description for this operator. Please help us by contributing one!