[][src]Module amitu_base::point

Structs

PgPoint
Point

Point is represented in Postgres as a tuple of 64 bit floating point values (x, y). This struct is a dumb wrapper type, meant only to indicate the tuple's meaning.