PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
det()
static double det
(
double
m00
,
double
m01
,
double
m10
,
double
m11
)
static
Definition at line
97
of file
lwboundingcircle.c
.
Referenced by
circumcenter()
.
98
{
99
return
m00 * m11 - m01 * m10;
100
}
Here is the caller graph for this function:
liblwgeom
lwboundingcircle.c
Generated by
1.8.13