|
Hermes
|
#include "Definition.h"

Functions | |
| float8 | angleXXLineSP (const LineSP *line) |
| PGDLLEXPORT Datum | angleXXLineSPV1 (PG_FUNCTION_ARGS) |
| float8 | slopeLineSP (const LineSP *line) |
| PGDLLEXPORT Datum | slopeLineSPV1 (PG_FUNCTION_ARGS) |
| float8 angleXXLineSP | ( | const LineSP * | line | ) |
References LineSP::A, and LineSP::B.
Referenced by angleDistanceTraclus(), angleXXAvgTrajectory(), angleXXLineSPV1(), angleXXTrajectory(), and enlargeBoxST().
| PGDLLEXPORT Datum angleXXLineSPV1 | ( | PG_FUNCTION_ARGS | ) |
| float8 slopeLineSP | ( | const LineSP * | line | ) |
References LineSP::A, and LineSP::B.
Referenced by isParallelLineSP_LineSP(), and slopeLineSPV1().
| PGDLLEXPORT Datum slopeLineSPV1 | ( | PG_FUNCTION_ARGS | ) |