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> 153 double det(
double m00,
double m01,
double m10,
double m11)
const;
165 #endif // ndef GEOS_GEOM_TRIANGLE_H bool intersects(const Coordinate &p)
Definition: Triangle.h:121
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
bool isAcute()
Definition: Triangle.h:133
Basic namespace for all GEOS functionalities.
Definition: Angle.h:26
bool isCCW()
Definition: Triangle.h:127
Represents a planar triangle, and provides methods for calculating various properties of triangles...
Definition: Triangle.h:31