OGS
|
Definition in file AnalyticalGeometry-impl.h.
Go to the source code of this file.
Namespaces | |
namespace | GeoLib |
Functions | |
template<typename InputIterator > | |
std::pair< Eigen::Vector3d, double > | GeoLib::getNewellPlane (InputIterator pnts_begin, InputIterator pnts_end) |
template<class T_POINT > | |
std::pair< Eigen::Vector3d, double > | GeoLib::getNewellPlane (const std::vector< T_POINT * > &pnts) |
template<class T_POINT > | |
std::pair< Eigen::Vector3d, double > | GeoLib::getNewellPlane (const std::vector< T_POINT > &pnts) |
template<typename InputIterator > | |
void | GeoLib::rotatePoints (Eigen::Matrix3d const &rot_mat, InputIterator pnts_begin, InputIterator pnts_end) |
template<typename InputIterator1 , typename InputIterator2 > | |
Eigen::Matrix3d | GeoLib::rotatePointsToXY (InputIterator1 p_pnts_begin, InputIterator1 p_pnts_end, InputIterator2 r_pnts_begin, InputIterator2 r_pnts_end) |
template<typename P > | |
void | GeoLib::rotatePoints (Eigen::Matrix3d const &rot_mat, std::vector< P * > const &pnts) |