|
Hermes
|
Functions | |
| pointxyz | inpointxyz (cstring) |
| cstring | outpointxyz (pointxyz) |
| pointxyz | recvpointxyz (internal) |
| bytea | send (pointxyz) |
| boolean | equals (pointxyz pointa, pointxyz pointb) |
| integer | hash (pointxyz point) |
| float8 | getx (pointxyz point) |
| float8 | gety (pointxyz point) |
| float8 | getz (pointxyz point) |
| pointxyz | pointxyz (float8 x, float8 y, float8 z) |
| pointxyz | clone (pointxyz point) |
| float8 getx | ( | pointxyz | point | ) |
| float8 gety | ( | pointxyz | point | ) |
| float8 getz | ( | pointxyz | point | ) |
| pointxyz inpointxyz | ( | cstring | ) |
| cstring outpointxyz | ( | pointxyz | ) |
| pointxyz pointxyz | ( | float8 | x, |
| float8 | y, | ||
| float8 | z | ||
| ) |
| pointxyz recvpointxyz | ( | internal | ) |
| bytea send | ( | pointxyz | ) |