libosmscout 1.1.1
Loading...
Searching...
No Matches
osmscout::PathIntersection Struct Reference

#include <libosmscout/include/osmscout/util/Geometry.h>

Public Attributes

GeoCoord point
 intersection point
size_t aIndex
 "a path" point index before intersection
size_t bIndex
 "b path" point index before intersection
double orientation
double aDistanceSquare
 distance^2 between "a path" point and intersection
double bDistanceSquare
 distance^2 between "b path" point and intersection

Detailed Description

Information about intersection of two paths

Member Data Documentation

◆ aDistanceSquare

double osmscout::PathIntersection::aDistanceSquare

distance^2 between "a path" point and intersection

◆ aIndex

size_t osmscout::PathIntersection::aIndex

"a path" point index before intersection

◆ bDistanceSquare

double osmscout::PathIntersection::bDistanceSquare

distance^2 between "b path" point and intersection

◆ bIndex

size_t osmscout::PathIntersection::bIndex

"b path" point index before intersection

◆ orientation

double osmscout::PathIntersection::orientation

angle between a -> intersection -> b orientation > 0 = left angle

◆ point

GeoCoord osmscout::PathIntersection::point

intersection point


The documentation for this struct was generated from the following file: