mg_point_2d

Represents a single location in 2-dimensional space.

Contains SRID along with its x and y coordinates.

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

Members

Variables

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

Meta