libosmscout  1.1.1
Public Attributes | List of all members
osmscout::PathIntersection Struct Reference

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

Public Attributes

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

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: