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 673 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 678 of file Plane.cpp.

Member Data Documentation

◆ id

size_t mPointHull::id

Definition at line 676 of file Plane.cpp.

◆ x

float mPointHull::x

Definition at line 675 of file Plane.cpp.

Referenced by cross().

◆ y

float mPointHull::y

Definition at line 675 of file Plane.cpp.

Referenced by cross().




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST