Home
last modified time | relevance | path

Searched refs:rtgeom2 (Results 1 – 4 of 4) sorted by relevance

/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeodetic.c2107 assert(rtgeom2); in rtgeom_distance_spheroid()
2119 type2 = rtgeom2->type; in rtgeom_distance_spheroid()
2128 if ( rtgeom2->bbox ) in rtgeom_distance_spheroid()
2129 gbox2 = *(rtgeom2->bbox); in rtgeom_distance_spheroid()
2169 rtpoly = (RTPOLY*)rtgeom2; in rtgeom_distance_spheroid()
2173 rtpt = (RTPOINT*)rtgeom2; in rtgeom_distance_spheroid()
2209 rtpoly = (RTPOLY*)rtgeom2; in rtgeom_distance_spheroid()
2326 assert(rtgeom2); in rtgeom_covers_rtgeom_sphere()
2329 type2 = rtgeom2->type; in rtgeom_covers_rtgeom_sphere()
2346 if ( rtgeom2->bbox ) in rtgeom_covers_rtgeom_sphere()
[all …]
H A Drtgeom.c514 rttype_name(ctx, rtgeom2->type)); in rtgeom_same()
516 if ( rtgeom1->type != rtgeom2->type ) in rtgeom_same()
523 if ( RTFLAGS_GET_ZM(rtgeom1->flags) != RTFLAGS_GET_ZM(rtgeom2->flags) ) in rtgeom_same()
531 if ( rtgeom1->bbox && rtgeom2->bbox ) in rtgeom_same()
534 if ( ! gbox_same(ctx, rtgeom1->bbox, rtgeom2->bbox) ) in rtgeom_same()
547 (RTPOINT *)rtgeom2); in rtgeom_same()
550 (RTLINE *)rtgeom2); in rtgeom_same()
553 (RTPOLY *)rtgeom2); in rtgeom_same()
556 (RTTRIANGLE *)rtgeom2); in rtgeom_same()
559 (RTCIRCSTRING *)rtgeom2); in rtgeom_same()
[all …]
/dports/devel/librttopo/librttopo-1.1.0/headers/
H A Dlibrttopo_geom.h1232 char rtgeom_same(const RTCTX *ctx, const RTGEOM *rtgeom1, const RTGEOM *rtgeom2);
1500 …distance_spheroid(const RTCTX *ctx, const RTGEOM *rtgeom1, const RTGEOM *rtgeom2, const SPHEROID *…
1540 …rn int rtgeom_covers_rtgeom_sphere(const RTCTX *ctx, const RTGEOM *rtgeom1, const RTGEOM *rtgeom2);
H A Dlibrttopo_geom.h.in1231 /* Is rtgeom1 geometrically equal to rtgeom2 ? */
1232 char rtgeom_same(const RTCTX *ctx, const RTGEOM *rtgeom1, const RTGEOM *rtgeom2);
1496 * Calculate the geodetic distance from rtgeom1 to rtgeom2 on the spheroid.
1500 …distance_spheroid(const RTCTX *ctx, const RTGEOM *rtgeom1, const RTGEOM *rtgeom2, const SPHEROID *…
1540 …rn int rtgeom_covers_rtgeom_sphere(const RTCTX *ctx, const RTGEOM *rtgeom1, const RTGEOM *rtgeom2);