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>
31class GEOS_DLL Triangle {
85 double det(
double m00 ,
double m01 ,
double m10 ,
double m11)
const;
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
void circumcentre(Coordinate &resultPoint)
void inCentre(Coordinate &resultPoint)
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25