![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXVec4f.h>
FX::FXVec4f::FXVec4f | ( | ) | [inline] |
Default constructor.
FX::FXVec4f::FXVec4f | ( | const FXVec4f & | v | ) | [inline] |
Construct with 3-vector and optional scalar.
References FX::FXVec3f::x, FX::FXVec3f::y, and FX::FXVec3f::z.
FX::FXVec4f::FXVec4f | ( | const FXfloat | v[] | ) | [inline] |
Construct from array of floats.
Construct from components.
FX::FXVec4f::FXVec4f | ( | FXColor | color | ) |
Construct from color.
Return a non-const reference to the ith element.
Return a const reference to the ith element.
Set value from components.
FX::FXVec4f::operator FXfloat * | ( | ) | [inline] |
Conversion.
FX::FXVec4f::operator const FXfloat * | ( | ) | const [inline] |
FX::FXVec4f::operator FXVec3f & | ( | ) | [inline] |
FX::FXVec4f::operator const FXVec3f & | ( | ) | const [inline] |
FX::FXVec4f::operator FXColor | ( | ) | const |
Convert to color.
FXVec4f FX::FXVec4f::operator+ | ( | ) | const [inline] |
Unary.
FXVec4f FX::FXVec4f::operator- | ( | ) | const [inline] |
bool FX::FXVec4f::operator! | ( | ) | const [inline] |
Test if zero.
bool FX::FXVec4f::operator== | ( | const FXVec4f & | v | ) | const [inline] |
bool FX::FXVec4f::operator< | ( | const FXVec4f & | v | ) | const [inline] |
FXfloat FX::FXVec4f::length2 | ( | ) | const [inline] |
Length and square of length.
Signed distance normalized plane and point.
Return true if edge a-b crosses plane.
Referenced by FXVec4f(), 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 FXVec4f(), 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>=().
Referenced by FXVec4f(), 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>=().
Referenced by FXVec4f(), 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>=().
![]() |