![]() |
NiTE 2.0
|
#include <NiTE.h>
Public Member Functions | |
Point3f () | |
Point3f (float x, float y, float z) | |
Point3f (const Point3f &other) | |
bool | operator!= (const Point3f &other) const |
Point3f & | operator= (const Point3f &other) |
bool | operator== (const Point3f &other) const |
void | set (float x, float y, float z) |
nite::Point3f::Point3f | ( | ) | [inline] |
nite::Point3f::Point3f | ( | float | x, |
float | y, | ||
float | z | ||
) | [inline] |
nite::Point3f::Point3f | ( | const Point3f & | other | ) | [inline] |
bool nite::Point3f::operator!= | ( | const Point3f & | other | ) | const [inline] |
bool nite::Point3f::operator== | ( | const Point3f & | other | ) | const [inline] |
void nite::Point3f::set | ( | float | x, |
float | y, | ||
float | z | ||
) | [inline] |