Go to the source code of this file.
Classes |
|
class | DPoint3 |
class DPoint3 More... |
|
Functions |
|
GEOMEXPORT double | Length (const DPoint3 &) |
GEOMEXPORT int | MaxComponent (const DPoint3 &) |
GEOMEXPORT int | MinComponent (const DPoint3 &) |
GEOMEXPORT DPoint3 | Normalize (const DPoint3 &) |
GEOMEXPORT DPoint3 | operator* (double, const DPoint3 &) |
GEOMEXPORT DPoint3 | operator* (const DPoint3 &, double) |
GEOMEXPORT DPoint3 | operator/ (const DPoint3 &, double) |
GEOMEXPORT std::ostream & | operator<< (std::ostream &, const DPoint3 &) |
GEOMEXPORT DPoint3 | CrossProd (const DPoint3 &a, const DPoint3 &b) |
GEOMEXPORT double | DotProd (const DPoint3 &a, const DPoint3 &b) |
double Length | ( | const DPoint3 & | v | ) | [inline] |
GEOMEXPORT int MaxComponent | ( | const DPoint3 & | ) |
GEOMEXPORT int MinComponent | ( | const DPoint3 & | ) |
GEOMEXPORT std::ostream& operator<< | ( | std::ostream & | , |
const DPoint3 & | |||
) |