Definition at line 54 of file convexContainer.H.
Public Member Functions | |
Vector | operator- (Vector p) const |
Vector | cross (Vector p) const |
double | dot (Vector p) const |
double | norm () const |
Public Attributes | |
double | x |
double | y |
double | z |
|
inline |
Definition at line 71 of file convexContainer.H.
Referenced by NEM::GEO::convexContainer::isInConvexPoly().
|
inline |
Definition at line 76 of file convexContainer.H.
Referenced by NEM::GEO::convexContainer::isInConvexPoly(), and NEM::GEO::Face::normal().
Definition at line 57 of file convexContainer.H.
double NEM::MTH::Vector::x |
Definition at line 55 of file convexContainer.H.
Referenced by NEM::GEO::convexContainer::computeConvexHull(), cross(), dot(), NEM::GEO::convexContainer::isInConvexPoly(), NEM::GEO::Face::normal(), operator-(), and NEM::GEO::convexContainer::toSTL().
double NEM::MTH::Vector::y |
Definition at line 55 of file convexContainer.H.
Referenced by NEM::GEO::convexContainer::computeConvexHull(), cross(), dot(), NEM::GEO::convexContainer::isInConvexPoly(), NEM::GEO::Face::normal(), operator-(), and NEM::GEO::convexContainer::toSTL().
double NEM::MTH::Vector::z |
Definition at line 55 of file convexContainer.H.
Referenced by NEM::GEO::convexContainer::computeConvexHull(), cross(), dot(), NEM::GEO::convexContainer::isInConvexPoly(), NEM::GEO::Face::normal(), operator-(), and NEM::GEO::convexContainer::toSTL().