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

Functions

float8 angleXXLineSP (const LineSP *line)
 
PGDLLEXPORT Datum angleXXLineSPV1 (PG_FUNCTION_ARGS)
 
float8 slopeLineSP (const LineSP *line)
 
PGDLLEXPORT Datum slopeLineSPV1 (PG_FUNCTION_ARGS)
 

Function Documentation

float8 angleXXLineSP ( const LineSP line)
PGDLLEXPORT Datum angleXXLineSPV1 ( PG_FUNCTION_ARGS  )

References angleXXLineSP().

Here is the call graph for this function:

float8 slopeLineSP ( const LineSP line)

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

Referenced by isParallelLineSP_LineSP(), and slopeLineSPV1().

PGDLLEXPORT Datum slopeLineSPV1 ( PG_FUNCTION_ARGS  )

References slopeLineSP().

Here is the call graph for this function: