mg_point_3d

Represents a single location in 3-dimensional space.

Contains SRID along with its x, y and z coordinates.

  1. struct mg_point_3d
    version(unittest)
    extern (C)
    struct mg_point_3d {}
  2. struct mg_point_3d

Members

Variables

srid
long srid;
Undocumented in source.
x
double x;
Undocumented in source.
y
double y;
Undocumented in source.
z
double z;
Undocumented in source.

Meta