Hermes
|
#include "Definition.h"
Functions | |
float8 | fxLineSP (const LineSP *line, float8 x) |
float8 | fyLineSP (const LineSP *line, float8 y) |
PGDLLEXPORT Datum | fxLineSPV1 (PG_FUNCTION_ARGS) |
PGDLLEXPORT Datum | fyLineSPV1 (PG_FUNCTION_ARGS) |
float8 fxLineSP | ( | const LineSP * | line, |
float8 | x | ||
) |
References LineSP::A, LineSP::B, and LineSP::C.
Referenced by fxLineSPV1().
PGDLLEXPORT Datum fxLineSPV1 | ( | PG_FUNCTION_ARGS | ) |
float8 fyLineSP | ( | const LineSP * | line, |
float8 | y | ||
) |
References LineSP::A, LineSP::B, and LineSP::C.
Referenced by fyLineSPV1().
PGDLLEXPORT Datum fyLineSPV1 | ( | PG_FUNCTION_ARGS | ) |