Hermes
 All Data Structures Files Functions Variables Macros Pages
ArithmeticOperators.c File Reference

The implementation of LineSP. More...

Include dependency graph for ArithmeticOperators.c:

Functions

float8 fxLineSP (const LineSP *line, float8 x)
 
float8 fyLineSP (const LineSP *line, float8 y)
 
PGDLLEXPORT Datum fxLineSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (fxLineSPV1)
 
PGDLLEXPORT Datum fyLineSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (fyLineSPV1)
 

Detailed Description

The implementation of LineSP.

Author
Marios Vodas (mvoda.nosp@m.s@gm.nosp@m.ail.c.nosp@m.om).

These functions are documented in the LineSP/ArithmeticOperators.h

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:

PG_FUNCTION_INFO_V1 ( fxLineSPV1  )
PG_FUNCTION_INFO_V1 ( fyLineSPV1  )