OGS
|
Functions | |
double | getOrientation2d (MathLib::Point3d const &a, MathLib::Point3d const &b, MathLib::Point3d const &c) |
double | getOrientation2dFast (MathLib::Point3d const &a, MathLib::Point3d const &b, MathLib::Point3d const &c) |
double ExactPredicates::getOrientation2d | ( | MathLib::Point3d const & | a, |
MathLib::Point3d const & | b, | ||
MathLib::Point3d const & | c ) |
Definition at line 32 of file AnalyticalGeometry.cpp.
References MathLib::Point3d::data(), and orient2d().
Referenced by GeoLib::getOrientation().
double ExactPredicates::getOrientation2dFast | ( | MathLib::Point3d const & | a, |
MathLib::Point3d const & | b, | ||
MathLib::Point3d const & | c ) |
Definition at line 40 of file AnalyticalGeometry.cpp.
References MathLib::Point3d::data(), and orient2dfast().
Referenced by GeoLib::getOrientationFast().