Hermes
 All Data Structures Files Functions Variables Macros Pages
ArithmeticOperators.h File Reference
#include "Definition.h"
Include dependency graph for ArithmeticOperators.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

float8 fxLineSP ( const LineSP line,
float8  x 
)

References LineSP::A, LineSP::B, and LineSP::C.

Referenced by fxLineSPV1().

PGDLLEXPORT Datum fxLineSPV1 ( PG_FUNCTION_ARGS  )

References fxLineSP().

Here is the call graph for this function:

float8 fyLineSP ( const LineSP line,
float8  y 
)

References LineSP::A, LineSP::B, and LineSP::C.

Referenced by fyLineSPV1().

PGDLLEXPORT Datum fyLineSPV1 ( PG_FUNCTION_ARGS  )

References fyLineSP().

Here is the call graph for this function: