Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
pcl::PointXY Struct Reference

A 2D point structure representing Euclidean xy coordinates. More...

#include <pcl/impl/point_types.hpp>

Public Attributes

float x
 
float y
 

Detailed Description

A 2D point structure representing Euclidean xy coordinates.

Definition at line 522 of file point_types.hpp.

Member Data Documentation

float pcl::PointXY::x

Definition at line 524 of file point_types.hpp.

float pcl::PointXY::y

Definition at line 525 of file point_types.hpp.


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