#include <Math.h>
|
double | x = 0 |
|
double | y = 0 |
|
double | z = 0 |
|
§ Point3D() [1/3]
BaseLib::Math::Point3D::Point3D |
( |
| ) |
|
|
inline |
§ Point3D() [2/3]
BaseLib::Math::Point3D::Point3D |
( |
const std::string & |
s | ) |
|
Constructor converting a coordinate string with coordinates seperated by ";" (i.
e. "0.3613;0.162;0.543").
§ Point3D() [3/3]
BaseLib::Math::Point3D::Point3D |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
inline |
§ ~Point3D()
virtual BaseLib::Math::Point3D::~Point3D |
( |
| ) |
|
|
inlinevirtual |
§ toString()
std::string BaseLib::Math::Point3D::toString |
( |
| ) |
|
|
inline |
double BaseLib::Math::Point3D::x = 0 |
double BaseLib::Math::Point3D::y = 0 |
double BaseLib::Math::Point3D::z = 0 |
The documentation for this class was generated from the following files: