Home
last modified time | relevance | path

Searched refs:GEOSCoordSeq_isCCW (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/geos/geos-3.9.1/tests/unit/capi/
H A DGEOSCoordSeqTest.cpp288 ensure_equals(GEOSCoordSeq_isCCW(cs_, &ccw), 1); in test()
313 ensure_equals(GEOSCoordSeq_isCCW(cs_, &ccw), 1); in test()
335 ensure_equals(GEOSCoordSeq_isCCW(cs_, &ccw), 0); in test()
347 ensure_equals(GEOSCoordSeq_isCCW(cs_, &ccw), 0); in test()
/dports/graphics/geos/geos-3.9.1/
H A DNEWS96 - Fix crash in GEOSCoordSeq_isCCW with empty coordseq
114 - CAPI: GEOSCoordSeq_isCCW (#870, Dan Baston)
H A DChangeLog9937 GEOSCoordSeq_isCCW() when used with empty coordseq.
10705 tests/unit/capi/GEOSCoordSeqTest.cpp: Add GEOSCoordSeq_isCCW Closes
/dports/graphics/geos/geos-3.9.1/capi/
H A Dgeos_c.cpp955 GEOSCoordSeq_isCCW(const CoordinateSequence* s, char* is_ccw) in GEOSCoordSeq_isCCW() function
H A Dgeos_c.h.in1486 extern int GEOS_DLL GEOSCoordSeq_isCCW(const GEOSCoordSequence* s, char* is_ccw);