PointCloud2BIM Library  1.0
Library to facilitate the transpormation of point clouds into digital BIM representation
Public Member Functions | List of all members
Polygon Class Reference

Public Member Functions

 Polygon ()
 Creates empty Polygon.
 
void addPoint (PointXY &point)
 Add single point to Polygon. More...
 
bool isPointInside (PointXYZ &point)
 Check if given point lies inside of Polygon. More...
 
bool isPointInside (PointXY &point)
 Check if given point lies inside of Polygon. More...
 

Member Function Documentation

void Polygon::addPoint ( PointXY point)
inline

Add single point to Polygon.

Parameters
pointPoint to be added
bool Polygon::isPointInside ( PointXYZ point)
inline

Check if given point lies inside of Polygon.

Parameters
pointPoint to be checked
Returns
True if point lies inside Polygon
False if point lies outside Polygon
bool Polygon::isPointInside ( PointXY point)
inline

Check if given point lies inside of Polygon.

Parameters
pointPoint to be checked
Returns
True if point lies inside Polygon
False if point lies outside Polygon

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