Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Public Attributes
mPointHull Struct Reference

Detailed Description

! mPointHull serves to calculate the convex hull of a set of points in 2D, which are defined by its position (x,y) and an identity id

Definition at line 814 of file Plane.cpp.

Public Member Functions

bool operator< (const mPointHull &p) const
 

Public Attributes

float x
 
float y
 
size_t id
 

Member Function Documentation

◆ operator<()

bool mPointHull::operator< ( const mPointHull p) const
inline

Definition at line 819 of file Plane.cpp.

Member Data Documentation

◆ id

size_t mPointHull::id

Definition at line 817 of file Plane.cpp.

◆ x

float mPointHull::x

Definition at line 816 of file Plane.cpp.

Referenced by cross().

◆ y

float mPointHull::y

Definition at line 816 of file Plane.cpp.

Referenced by cross().




Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019