Point3 Class Reference
#include <Point3.h>
List of all members.
Constructor & Destructor Documentation
Point3::Point3 |
( |
double |
v |
) |
[inline] |
Point3::Point3 |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z | |
|
) |
| | [inline] |
Point3::Point3 |
( |
const Point3 & |
pt |
) |
[inline] |
Member Function Documentation
void Point3::add |
( |
const Point3 & |
pt |
) |
[inline] |
bool Point3::equals |
( |
const Point3 & |
other |
) |
const [inline] |
double Point3::getLen |
( |
|
) |
const [inline] |
double Point3::getSum |
( |
|
) |
const [inline] |
double Point3::getX |
( |
|
) |
const [inline] |
double Point3::getY |
( |
|
) |
const [inline] |
double Point3::getZ |
( |
|
) |
const [inline] |
void Point3::scale |
( |
double |
factor |
) |
[inline] |
void Point3::set |
( |
const Point3 & |
other |
) |
[inline] |
void Point3::set |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z | |
|
) |
| | [inline] |
void Point3::set |
( |
double |
n |
) |
[inline] |
bool Point3::setIfMax |
( |
const Point3 & |
other |
) |
[inline] |
bool Point3::setIfMax |
( |
double |
nx, |
|
|
double |
ny, |
|
|
double |
nz | |
|
) |
| | [inline] |
bool Point3::setIfMin |
( |
const Point3 & |
other |
) |
[inline] |
bool Point3::setIfMin |
( |
double |
nx, |
|
|
double |
ny, |
|
|
double |
nz | |
|
) |
| | [inline] |
void Point3::sub |
( |
const Point3 & |
pt |
) |
[inline] |
Friends And Related Function Documentation
ostream& operator<< |
( |
ostream & |
s, |
|
|
const Point3 & |
pt | |
|
) |
| | [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: