Home
last modified time | relevance | path

Searched refs:rtpoint_make2d (Results 1 – 6 of 6) sorted by relevance

/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtpoint.c146 rtpoint_make2d(const RTCTX *ctx, int srid, double x, double y) in rtpoint_make2d() function
H A Dmeasures.c121 rtpoints[0] = rtpoint_make2d(ctx, srid, x1, y1); in rt_dist2d_distanceline()
122 rtpoints[1] = rtpoint_make2d(ctx, srid, x2, y2); in rt_dist2d_distanceline()
161 result = (RTGEOM *)rtpoint_make2d(ctx, srid, x, y); in rt_dist2d_distancepoint()
H A Drtgeom_topo.c2168 epgeom = rtpoint_make2d(iface->ctx, 0, ep.x, ep.y); in _rtt_AddFaceSplit()
6793 RTPOINT *point = rtpoint_make2d(ctx, topo->srid, pt.x, pt.y); in _rtt_FindFaceContainingRing()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/
H A Dgg_rttopo.c2214 pt1 = rtpoint_make2d (ctx, 0, xa, ya); in gaiaEllipsoidAzimuth()
2215 pt2 = rtpoint_make2d (ctx, 0, xb, yb); in gaiaEllipsoidAzimuth()
2247 pt1 = rtpoint_make2d (ctx, 0, x1, y1); in gaiaProjectedPoint()
/dports/devel/librttopo/librttopo-1.1.0/headers/
H A Dlibrttopo_geom.h1292 extern RTPOINT *rtpoint_make2d(const RTCTX *ctx, int srid, double x, double y);
H A Dlibrttopo_geom.h.in1292 extern RTPOINT *rtpoint_make2d(const RTCTX *ctx, int srid, double x, double y);