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

The implementation of LineSP. More...

Include dependency graph for RelationalOperators.c:

Functions

bool isParallelLineSP_LineSP (const LineSP *lineA, const LineSP *lineB)
 
PGDLLEXPORT Datum isParallelLineSP_LineSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (isParallelLineSP_LineSPV1)
 

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/RelationalOperators.h

Function Documentation

bool isParallelLineSP_LineSP ( const LineSP lineA,
const LineSP lineB 
)

References LineSP::A, LineSP::B, and slopeLineSP().

Referenced by isParallelLineSP_LineSPV1().

Here is the call graph for this function:

PGDLLEXPORT Datum isParallelLineSP_LineSPV1 ( PG_FUNCTION_ARGS  )

References isParallelLineSP_LineSP().

Here is the call graph for this function:

PG_FUNCTION_INFO_V1 ( isParallelLineSP_LineSPV1  )