h5geo 0.4.0
C++17 and python API to work with geo-data (seismic, wells, maps, other in process) based on HDF5. Aimed at geoscientists and developers.
|
The _ccwSorter struct Used to sort points in _ccw order about a pivot. More...
#include <h5easyhull.h>
Public Member Functions | |
_ccwSorter (const Eigen::Vector2< T > &inPivot) | |
bool | operator() (const Eigen::Vector2< T > &a, const Eigen::Vector2< T > &b) |
Public Attributes | |
const Eigen::Vector2< T > & | pivot |
The _ccwSorter struct Used to sort points in _ccw order about a pivot.