Classes | |
class | DPoint3 |
class DPoint3 More... | |
Functions | |
double | Length (const DPoint3 &) |
int | MaxComponent (const DPoint3 &) |
int | MinComponent (const DPoint3 &) |
DPoint3 | Normalize (const DPoint3 &) |
DPoint3 | operator* (double, const DPoint3 &) |
DPoint3 | operator* (const DPoint3 &, double) |
DPoint3 | operator/ (const DPoint3 &, double) |
std::ostream & | operator<< (std::ostream &, const DPoint3 &) |
DPoint3 | CrossProd (const DPoint3 &a, const DPoint3 &b) |
double | DotProd (const DPoint3 &a, const DPoint3 &b) |
|
inline |
std::ostream& operator<< | ( | std::ostream & | , |
const DPoint3 & | |||
) |