float

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

Constructors

float

float ( )

float

float ( float from )

float

float ( String from )

float

float ( bool from )

float

float ( int from )

Operators

bool

operator != ( float right )

bool

operator != ( int right )

Color

operator * ( Color right )

Quaternion

operator * ( Quaternion right )

Vector2

operator * ( Vector2 right )

Vector2

operator * ( Vector2i right )

Vector3

operator * ( Vector3 right )

Vector3

operator * ( Vector3i right )

Vector4

operator * ( Vector4 right )

Vector4

operator * ( Vector4i right )

float

operator * ( float right )

float

operator * ( int right )

float

operator ** ( float right )

float

operator ** ( int right )

float

operator + ( float right )

float

operator + ( int right )

float

operator - ( float right )

float

operator - ( int right )

float

operator / ( float right )

float

operator / ( int right )

bool

operator < ( float right )

bool

operator < ( int right )

bool

operator <= ( float right )

bool

operator <= ( int right )

bool

operator == ( float right )

bool

operator == ( int right )

bool

operator > ( float right )

bool

operator > ( int right )

bool

operator >= ( float right )

bool

operator >= ( int right )

float

operator unary+ ( )

float

operator unary- ( )


Constructor Descriptions

float float ( )

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


float float ( float from )

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


float float ( String from )

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


float float ( bool from )

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


float float ( int from )

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


Operator Descriptions

bool operator != ( float right )

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


bool operator != ( int right )

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


Color operator * ( Color right )

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


Quaternion operator * ( Quaternion right )

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


Vector2 operator * ( Vector2 right )

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


Vector2 operator * ( Vector2i right )

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


Vector3 operator * ( Vector3 right )

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


Vector3 operator * ( Vector3i 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 * ( Vector4i right )

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


float operator * ( float right )

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


float operator * ( int right )

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


float operator ** ( float right )

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


float operator ** ( int right )

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


float operator + ( float right )

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


float operator + ( int right )

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


float operator - ( float right )

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


float operator - ( int right )

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


float operator / ( float right )

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


float operator / ( int right )

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


bool operator < ( float right )

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


bool operator < ( int right )

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


bool operator <= ( float right )

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


bool operator <= ( int right )

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


bool operator == ( float right )

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


bool operator == ( int right )

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


bool operator > ( float right )

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


bool operator > ( int right )

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


bool operator >= ( float right )

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


bool operator >= ( int right )

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


float operator unary+ ( )

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


float operator unary- ( )

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