#include <cartotype_base.h>
|
| | TCoordPair (double aX, double aY) noexcept |
| |
| | TCoordSet (const double *aX, const double *aY, size_t aCount) noexcept |
| |
| | TCoordSet (const double *aCoordArray, size_t aCount) noexcept |
| |
| template<class point_t > |
| | TCoordSet (const point_t *aPointArray, size_t aCount) noexcept |
| |
| template<class point_t > |
| | TCoordSet (const std::vector< point_t > &aPointArray) noexcept |
| |
| double | X (size_t aIndex) const noexcept |
| |
| double | Y (size_t aIndex) const noexcept |
| |
| TPointFP | Point (size_t aIndex) const noexcept |
| |
| size_t | Count () const noexcept |
| |
| double | DistanceFromPoint (bool aIsPolygon, double aX, double aY, double &aNearestX, double &aNearestY) const noexcept |
| |
| bool | PolygonContains (double aX, double aY) const noexcept |
| |
A TCoordSet consisting of a single point.
◆ TCoordPair()
| CartoType::TCoordPair::TCoordPair |
( |
double |
aX, |
|
|
double |
aY |
|
) |
| |
|
inlinenoexcept |
Creates a TCoordPair from an X and a Y coordinate.
◆ m_own_x
| double CartoType::TCoordPair::m_own_x |
◆ m_own_y
| double CartoType::TCoordPair::m_own_y |
The documentation for this class was generated from the following file: