TECA
The Toolkit for Extreme Climate Analysis
teca_geometry.h File Reference
#include "teca_config.h"
#include "teca_binary_stream.h"
#include <memory>
#include <limits>
Include dependency graph for teca_geometry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  teca_geometry::polygon< coord_t >
 

Namespaces

 teca_geometry
 Codes dealing with computational geometry.
 

Functions

template<typename n_t >
TECA_EXPORT bool teca_geometry::left (n_t e0x, n_t e0y, n_t e1x, n_t e1y, n_t px, n_t py)
 tests if a point is Left|On|Right of an infinite line. More...
 
template<typename n_t >
TECA_EXPORT bool teca_geometry::point_in_poly (n_t px, n_t py, const n_t *vx, const n_t *vy, unsigned long nppts)