kig
#include "base_type.h"
Include dependency graph for polygon_type.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ConvexHullType |
class | CPolygonalLineIntersectionType |
class | OpenPolygonType |
class | OPolygonalLineIntersectionType |
class | PolygonBCVType |
class | PolygonBNPType |
class | PolygonLineIntersectionType |
class | PolygonPolygonIntersectionType |
class | PolygonSideType |
class | PolygonVertexType |
class | TriangleB3PType |
Functions | |
int | polygonlineintersection (const std::vector< Coordinate > &ppoints, const Coordinate a, const Coordinate b, double &t1, double &t2, std::vector< Coordinate >::const_iterator &intersectionside) |
int | polygonlineintersection (const std::vector< Coordinate > &ppoints, const Coordinate a, const Coordinate b, bool boundleft, bool boundright, bool inside, bool openpolygon, double &t1, double &t2, std::vector< Coordinate >::const_iterator &intersectionside) |
Function Documentation
int polygonlineintersection | ( | const std::vector< Coordinate > & | ppoints, |
const Coordinate | a, | ||
const Coordinate | b, | ||
double & | t1, | ||
double & | t2, | ||
std::vector< Coordinate >::const_iterator & | intersectionside | ||
) |
Definition at line 816 of file polygon_type.cc.
int polygonlineintersection | ( | const std::vector< Coordinate > & | ppoints, |
const Coordinate | a, | ||
const Coordinate | b, | ||
bool | boundleft, | ||
bool | boundright, | ||
bool | inside, | ||
bool | openpolygon, | ||
double & | t1, | ||
double & | t2, | ||
std::vector< Coordinate >::const_iterator & | intersectionside | ||
) |
Definition at line 712 of file polygon_type.cc.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.