#include <u3d_point4d.hpp>
|
| U3dPoint4d () |
|
| U3dPoint4d (double x1, double x2, double x3, double x4) |
|
double | getX1 () |
|
double | getX2 () |
|
double | getX3 () |
|
double | getX4 () |
|
void | setX1 (double x1) |
|
void | setX2 (double x2) |
|
void | setX3 (double x3) |
|
void | setX4 (double x4) |
|
void | setCoords (double x1, double x2, double x3, double x4) |
|
U3dPoint4d | operator= (const U3dPoint4d &p) |
|
| U3dPoint4d () |
|
| U3dPoint4d (double x1, double x2, double x3, double x4) |
|
| U3dPoint4d (const U3dPoint4d &p) |
|
double | getX1 () |
|
double | getX2 () |
|
double | getX3 () |
|
double | getX4 () |
|
void | setX1 (double x1) |
|
void | setX2 (double x2) |
|
void | setX3 (double x3) |
|
void | setX4 (double x4) |
|
void | setCoords (double x1, double x2, double x3, double x4) |
|
U3dPoint4d | operator= (const U3dPoint4d &p) |
|
|
double | m_x1 |
|
double | m_x2 |
|
double | m_x3 |
|
double | m_x4 |
|
U3dPoint4d::U3dPoint4d |
( |
| ) |
|
|
inline |
Default constructor, coordinates are (0,0,0,0)
U3dPoint4d::U3dPoint4d |
( |
double |
x1, |
|
|
double |
x2, |
|
|
double |
x3, |
|
|
double |
x4 |
|
) |
| |
Constructor with provided coordinates
U3dPoint4d::U3dPoint4d |
( |
| ) |
|
|
inline |
Default constructor, coordinates are (0,0,0,0)
U3dPoint4d::U3dPoint4d |
( |
double |
x1, |
|
|
double |
x2, |
|
|
double |
x3, |
|
|
double |
x4 |
|
) |
| |
Constructor with provided coordinates
double U3dPoint4d::getX1 |
( |
| ) |
|
|
inline |
double U3dPoint4d::getX1 |
( |
| ) |
|
|
inline |
double U3dPoint4d::getX2 |
( |
| ) |
|
|
inline |
double U3dPoint4d::getX2 |
( |
| ) |
|
|
inline |
double U3dPoint4d::getX3 |
( |
| ) |
|
|
inline |
double U3dPoint4d::getX3 |
( |
| ) |
|
|
inline |
double U3dPoint4d::getX4 |
( |
| ) |
|
|
inline |
double U3dPoint4d::getX4 |
( |
| ) |
|
|
inline |
void U3dPoint4d::setCoords |
( |
double |
x1, |
|
|
double |
x2, |
|
|
double |
x3, |
|
|
double |
x4 |
|
) |
| |
|
inline |
void U3dPoint4d::setCoords |
( |
double |
x1, |
|
|
double |
x2, |
|
|
double |
x3, |
|
|
double |
x4 |
|
) |
| |
|
inline |
void U3dPoint4d::setX1 |
( |
double |
x1 | ) |
|
|
inline |
void U3dPoint4d::setX1 |
( |
double |
x1 | ) |
|
|
inline |
void U3dPoint4d::setX2 |
( |
double |
x2 | ) |
|
|
inline |
void U3dPoint4d::setX2 |
( |
double |
x2 | ) |
|
|
inline |
void U3dPoint4d::setX3 |
( |
double |
x3 | ) |
|
|
inline |
void U3dPoint4d::setX3 |
( |
double |
x3 | ) |
|
|
inline |
void U3dPoint4d::setX4 |
( |
double |
x4 | ) |
|
|
inline |
void U3dPoint4d::setX4 |
( |
double |
x4 | ) |
|
|
inline |
The documentation for this class was generated from the following files: