Telematics SDK - Interface Specification  v1.38.19
telux::tel::Polygon Class Reference

Public Member Functions

 Polygon (std::vector< Point > vertices)
 
std::vector< PointgetVertices ()
 

Detailed Description

This class represents a simple polygon with different points.

Constructor & Destructor Documentation

telux::tel::Polygon::Polygon ( std::vector< Point vertices)

Polygon constructor.

Parameters
[in]verticesList of telux::tel::Point

Member Function Documentation

std::vector<Point> telux::tel::Polygon::getVertices ( )

Get vertices of polygon.

Returns
List of telux::tel::Point.