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.
Loading...
Searching...
No Matches
h5geo::_ccwSorter< T > Struct Template Reference

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
 

Detailed Description

template<typename T>
struct h5geo::_ccwSorter< T >

The _ccwSorter struct Used to sort points in _ccw order about a pivot.


The documentation for this struct was generated from the following file: