PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ det()

static double det ( double  m00,
double  m01,
double  m10,
double  m11 
)
static

Definition at line 97 of file lwboundingcircle.c.

98 {
99  return m00 * m11 - m01 * m10;
100 }

Referenced by circumcenter().

Here is the caller graph for this function: