Hermes
|
#include "../../h/Math/Vector2D/Casts.h"
#include "../../h/Utilities/MSVCWorkarounds.h"
#include <math.h>
Functions | |
PointSP * | Vector2D2PointSP (const Vector2D *vector, PointSP *result) |
PGDLLEXPORT Datum | Vector2D2PointSPV1 (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (Vector2D2PointSPV1) | |
PG_FUNCTION_INFO_V1 | ( | Vector2D2PointSPV1 | ) |
References round(), Vector2D::x, PointSP::x, Vector2D::y, and PointSP::y.
Referenced by closestPointSegmentSP_PointSP(), closestPointsSegmentSP_SegmentSP(), intersectionSegmentSP_BoxSP(), intersectionSegmentSP_SegmentSP(), and Vector2D2PointSPV1().
PGDLLEXPORT Datum Vector2D2PointSPV1 | ( | PG_FUNCTION_ARGS | ) |