The implementantion in sql of LineSP.
More...
The implementantion in sql of LineSP.
- Author
- Marios Vodas (mvoda.nosp@m.s@gm.nosp@m.ail.c.nosp@m.om).
LineSP is a spatial data type used in Hermes
- See also
- Spatial data types
The function returns the A parameter of the line.
- Parameters
-
- Returns
- the A parameter
- See also
- get
The function returns the B parameter of the line.
- Parameters
-
- Returns
- the B parameter
- See also
- get
The function returns the C parameter of the line.
- Parameters
-
- Returns
- the C parameter
- See also
- get
linesp linesp |
( |
float8 |
a, |
|
|
float8 |
b, |
|
|
float8 |
c |
|
) |
| |
The function creates a LineSP from 3 double precision numbers.
- Parameters
-
[in] | A | the A parameter |
[in] | B | the B parameter |
[in] | C | the C parameter |
- Returns
- LineSP
linesp recvlinesp |
( |
internal |
| ) |
|