#include <mPoint.h>
Point3D |
( |
const F64 |
_x, |
|
|
const F64 |
_y, |
|
|
const F64 |
_z |
|
) |
| |
|
inline |
void convolveInverse |
( |
const Point3D & |
c | ) |
|
|
inline |
void interpolate |
( |
const Point3D & |
_from, |
|
|
const Point3D & |
_to, |
|
|
const F64 |
_factor |
|
) |
| |
|
inline |
void normalize |
( |
F64 |
val | ) |
|
|
inline |
bool operator!= |
( |
const Point3D & |
_test | ) |
const |
|
inline |
Point3D operator* |
( |
const F64 |
_mul | ) |
const |
|
inline |
Point3D & operator*= |
( |
const F64 |
_mul | ) |
|
|
inline |
Point3D operator/ |
( |
const F64 |
_div | ) |
const |
|
inline |
Point3D & operator/= |
( |
const F64 |
_div | ) |
|
|
inline |
bool operator== |
( |
const Point3D & |
_test | ) |
const |
|
inline |
void set |
( |
const F64 |
_x, |
|
|
const F64 |
_y, |
|
|
const F64 |
_z |
|
) |
| |
|
inline |
void setMax |
( |
const Point3D & |
_test | ) |
|
|
inline |
void setMin |
( |
const Point3D & |
_test | ) |
|
|
inline |
The documentation for this class was generated from the following file: