![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXVec2f.h>
FX::FXVec2f::FXVec2f | ( | ) | [inline] |
Default constructor; value is not initialized.
FX::FXVec2f::FXVec2f | ( | const FXVec2f & | v | ) | [inline] |
FX::FXVec2f::FXVec2f | ( | const FXfloat | v[] | ) | [inline] |
Initialize from array of floats.
Return a non-const reference to the ith element.
Return a const reference to the ith element.
FX::FXVec2f::operator FXfloat * | ( | ) | [inline] |
Conversions.
FX::FXVec2f::operator const FXfloat * | ( | ) | const [inline] |
FXVec2f FX::FXVec2f::operator+ | ( | ) | const [inline] |
Unary.
FXVec2f FX::FXVec2f::operator- | ( | ) | const [inline] |
FXbool FX::FXVec2f::operator! | ( | ) | const [inline] |
Test if zero.
FXfloat FX::FXVec2f::length2 | ( | ) | const [inline] |
Length and square of length.
Referenced by FXVec2f(), FX::hi(), FX::lo(), FX::operator!=(), operator!=(), FX::operator*(), operator*(), operator+(), operator+=(), operator-(), operator-=(), FX::operator/(), FX::operator<(), operator<(), FX::operator<=(), operator<=(), operator=(), FX::operator==(), operator==(), FX::operator>(), operator>(), FX::operator>=(), operator>=(), and set().
Referenced by FXVec2f(), FX::hi(), FX::lo(), FX::operator!=(), operator!=(), FX::operator*(), operator*(), operator+(), operator+=(), operator-(), operator-=(), FX::operator/(), FX::operator<(), operator<(), FX::operator<=(), operator<=(), operator=(), FX::operator==(), operator==(), FX::operator>(), operator>(), FX::operator>=(), and operator>=().
![]() |