Vector4
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
Constructors
Vector4 ( ) |
|
Methods
abs ( ) const |
|
ceil ( ) const |
|
cubic_interpolate ( Vector4 b, Vector4 pre_a, Vector4 post_b, float weight ) const |
|
cubic_interpolate_in_time ( Vector4 b, Vector4 pre_a, Vector4 post_b, float weight, float b_t, float pre_a_t, float post_b_t ) const |
|
direction_to ( Vector4 to ) const |
|
distance_squared_to ( Vector4 to ) const |
|
distance_to ( Vector4 to ) const |
|
floor ( ) const |
|
inverse ( ) const |
|
is_equal_approx ( Vector4 to ) const |
|
is_finite ( ) const |
|
is_normalized ( ) const |
|
is_zero_approx ( ) const |
|
length ( ) const |
|
length_squared ( ) const |
|
max_axis_index ( ) const |
|
min_axis_index ( ) const |
|
normalized ( ) const |
|
round ( ) const |
|
sign ( ) const |
|
Operators
operator != ( Vector4 right ) |
|
operator * ( Projection right ) |
|
operator * ( Vector4 right ) |
|
operator * ( float right ) |
|
operator * ( int right ) |
|
operator + ( Vector4 right ) |
|
operator - ( Vector4 right ) |
|
operator / ( Vector4 right ) |
|
operator / ( float right ) |
|
operator / ( int right ) |
|
operator < ( Vector4 right ) |
|
operator <= ( Vector4 right ) |
|
operator == ( Vector4 right ) |
|
operator > ( Vector4 right ) |
|
operator >= ( Vector4 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!
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 = Vector4(0, 0, 0, 0)
There is currently no description for this constant. Please help us by contributing one!
ONE = Vector4(1, 1, 1, 1)
There is currently no description for this constant. Please help us by contributing one!
INF = Vector4(inf, inf, inf, inf)
There is currently no description for this constant. Please help us by contributing one!
Property Descriptions
float w = 0.0
There is currently no description for this property. Please help us by contributing one!
float x = 0.0
There is currently no description for this property. Please help us by contributing one!
float y = 0.0
There is currently no description for this property. Please help us by contributing one!
float z = 0.0
There is currently no description for this property. Please help us by contributing one!
Constructor Descriptions
Vector4 Vector4 ( )
There is currently no description for this constructor. Please help us by contributing one!
Vector4 Vector4 ( Vector4 from )
There is currently no description for this constructor. Please help us by contributing one!
Vector4 Vector4 ( Vector4i from )
There is currently no description for this constructor. Please help us by contributing one!
Vector4 Vector4 ( float x, float y, float z, float w )
There is currently no description for this constructor. Please help us by contributing one!
Method Descriptions
Vector4 abs ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 ceil ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 clamp ( Vector4 min, Vector4 max ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 clampf ( float min, float max ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 cubic_interpolate ( Vector4 b, Vector4 pre_a, Vector4 post_b, float weight ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 cubic_interpolate_in_time ( Vector4 b, Vector4 pre_a, Vector4 post_b, float weight, float b_t, float pre_a_t, float post_b_t ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 direction_to ( Vector4 to ) const
There is currently no description for this method. Please help us by contributing one!
float distance_squared_to ( Vector4 to ) const
There is currently no description for this method. Please help us by contributing one!
float distance_to ( Vector4 to ) const
There is currently no description for this method. Please help us by contributing one!
float dot ( Vector4 with ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 floor ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 inverse ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_equal_approx ( Vector4 to ) const
There is currently no description for this method. Please help us by contributing one!
bool is_finite ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_normalized ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_zero_approx ( ) 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!
float length_squared ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 lerp ( Vector4 to, float weight ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 max ( Vector4 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!
Vector4 maxf ( float with ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 min ( Vector4 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!
Vector4 minf ( float with ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 normalized ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 posmod ( float mod ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 posmodv ( Vector4 modv ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 round ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 sign ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 snapped ( Vector4 step ) const
There is currently no description for this method. Please help us by contributing one!
Vector4 snappedf ( float step ) const
There is currently no description for this method. Please help us by contributing one!
Operator Descriptions
bool operator != ( Vector4 right )
There is currently no description for this operator. Please help us by contributing one!
Vector4 operator * ( Projection right )
There is currently no description for this operator. Please help us by contributing one!
Vector4 operator * ( Vector4 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!
Vector4 operator * ( int right )
There is currently no description for this operator. Please help us by contributing one!
Vector4 operator + ( Vector4 right )
There is currently no description for this operator. Please help us by contributing one!
Vector4 operator - ( Vector4 right )
There is currently no description for this operator. Please help us by contributing one!
Vector4 operator / ( Vector4 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!
Vector4 operator / ( int right )
There is currently no description for this operator. Please help us by contributing one!
bool operator < ( Vector4 right )
There is currently no description for this operator. Please help us by contributing one!
bool operator <= ( Vector4 right )
There is currently no description for this operator. Please help us by contributing one!
bool operator == ( Vector4 right )
There is currently no description for this operator. Please help us by contributing one!
bool operator > ( Vector4 right )
There is currently no description for this operator. Please help us by contributing one!
bool operator >= ( Vector4 right )
There is currently no description for this operator. Please help us by contributing one!
float operator [] ( int index )
There is currently no description for this operator. Please help us by contributing one!
Vector4 operator unary+ ( )
There is currently no description for this operator. Please help us by contributing one!
Vector4 operator unary- ( )
There is currently no description for this operator. Please help us by contributing one!