|
Solar
|
A 3D point with coordinates defined with floats. More...
#include <GeometryDefinitions.h>


Public Member Functions | |
| Point3Df (float x=0, float y=0, float z=0) | |
| float | getX () const |
| float | getY () const |
| float | getZ () const |
| float | magnitude () const |
| void | setX (float x) |
| void | setY (float y) |
| void | setZ (float z) |
| Point3Df | operator+ (const Point3Df &a) const |
| Point3Df | operator- (const Point3Df &a) const |
| Point3Df | operator* (const float &f) const |
Friends | |
| class | boost::serialization::access |
A 3D point with coordinates defined with floats.