Hermes
|
#include "Definition.h"
#include "../BoxST/Definition.h"
#include "../../Math/Vector3D/Definition.h"
Functions | |
BoxST * | PointST2BoxST (const PointST *point, BoxST *result) |
PGDLLEXPORT Datum | PointST2BoxSTV1 (PG_FUNCTION_ARGS) |
Vector3D * | PointST2Vector3D (const PointST *point, Vector3D *result) |
PGDLLEXPORT Datum | PointST2Vector3DV1 (PG_FUNCTION_ARGS) |
References Period::e, BoxSP::h, Period::i, BoxSP::l, PointST::sp, BoxST::sp, PointST::t, BoxST::t, PointSP::x, and PointSP::y.
Referenced by PointST2BoxSTV1().
PGDLLEXPORT Datum PointST2BoxSTV1 | ( | PG_FUNCTION_ARGS | ) |
References PointST::sp, PointST::t, timestamp2seconds(), Vector3D::x, PointSP::x, Vector3D::y, PointSP::y, and Vector3D::z.
Referenced by PointST2Vector3DV1().
PGDLLEXPORT Datum PointST2Vector3DV1 | ( | PG_FUNCTION_ARGS | ) |