Geometric primitive implementation. More...
#include "GeoPrimitives.H"
Go to the source code of this file.
Namespaces | |
GeoPrim | |
Functions | |
void | Transpose (CVector matrix[]) |
void | Transpose_2x3 (CVector matrix[], double tpose[][2]) |
double | Distance (const CPoint &p, const CLine &l) |
double | Distance (const C3Point &p, const CLine &l) |
std::ostream & | operator<< (std::ostream &oS, const GeoPrim::CBox &b) |
std::ostream & | operator<< (std::ostream &oS, const GeoPrim::CPoint &p) |
std::istream & | operator>> (std::istream &iS, GeoPrim::CPoint &p) |
std::ostream & | operator<< (std::ostream &oS, const GeoPrim::CVector &v) |
std::istream & | operator>> (std::istream &iS, GeoPrim::CVector &v) |
std::ostream & | operator<< (std::ostream &oS, const GeoPrim::C3Vector &v) |
std::istream & | operator>> (std::istream &iS, GeoPrim::C3Vector &v) |
GeoPrim::CPoint | operator* (double scalar, const GeoPrim::CPoint &p) |
GeoPrim::C3Vector | operator* (double scalar, const GeoPrim::C3Vector &v) |
GeoPrim::CVector | operator* (double scalar, const GeoPrim::CVector &v) |
Geometric primitive implementation.
Definition in file GeoPrimitives.C.