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

◆ asx3d3_triangle_sb()

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

Definition at line 268 of file lwout_x3d.c.

273{
274 return ptarray_to_x3d3_sb(triangle->points, precision, opts, 1, sb);
275}
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:511
POINTARRAY * points
Definition liblwgeom.h:495

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