PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ asx3d3_triangle_sb()

static int asx3d3_triangle_sb ( const LWTRIANGLE triangle,
__attribute__((__unused__)) char *  srs,
int  precision,
int  opts,
__attribute__((__unused__)) const char *  defid,
stringbuffer_t sb 
)
static

Definition at line 259 of file lwout_x3d.c.

261 {
262  return ptarray_to_x3d3_sb(triangle->points, precision, opts, 1, sb);
263 }
static uint8_t precision
Definition: cu_in_twkb.c:25
static int ptarray_to_x3d3_sb(POINTARRAY *pa, int precision, int opts, int is_closed, stringbuffer_t *sb)
In X3D3, coordinates are separated by a space separator.
Definition: lwout_x3d.c:502
opts
Definition: ovdump.py:44
POINTARRAY * points
Definition: liblwgeom.h:436

References ovdump::opts, LWTRIANGLE::points, precision, and ptarray_to_x3d3_sb().

Referenced by asx3d3_tin_sb(), and lwgeom_to_x3d3_sb().

Here is the call graph for this function:
Here is the caller graph for this function: