A 2D point structure representing Euclidean xy coordinates. More...
#include <point_types.hpp>
Public Attributes | |
float | x |
float | y |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointXY &p) |
A 2D point structure representing Euclidean xy coordinates.
Definition at line 683 of file point_types.hpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const PointXY & | p | ||
) | [friend] |
float pcl::PointXY::x |
Definition at line 685 of file point_types.hpp.
float pcl::PointXY::y |
Definition at line 686 of file point_types.hpp.