3D point or vector
More...
#include <cxy.h>
|
|
| cxyz (double X, double Y, double Z) |
| |
| cxyz | vect (const cxyz &other) const |
| | vector from this point to other More...
|
| |
|
cxyz | cross (const cxyz &other) |
| |
|
double | dot (const cxyz &other) |
| |
|
bool | operator== (const cxyz &other) const |
| |
|
|
double | x |
| |
|
double | y |
| |
|
double | z |
| |
◆ intersectLineTriangle()
| static cxyz cxyz::intersectLineTriangle |
( |
const cxyz & |
la, |
|
|
const cxyz & |
lb, |
|
|
const cxyz & |
p0, |
|
|
const cxyz & |
p1, |
|
|
const cxyz & |
p2 |
|
) |
| |
|
inlinestatic |
◆ vect()
| cxyz cxyz::vect |
( |
const cxyz & |
other | ) |
const |
|
inline |
vector from this point to other
- Parameters
-
- Returns
The documentation for this class was generated from the following file: