PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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: