15 #ifndef GEOS_GEOM_TRIANGLE_H 16 #define GEOS_GEOM_TRIANGLE_H 18 #include <geos/export.h> 19 #include <geos/geom/Coordinate.h> 21 #include <geos/inline.h> 85 double det(
double m00 ,
double m01 ,
double m10 ,
double m11)
const;
97 #endif // ndef GEOS_GEOM_TRIANGLE_H Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Represents a planar triangle, and provides methods for calculating various properties of triangles...
Definition: Triangle.h:31