Point Cloud Library (PCL)  1.11.1-dev
List of all members | Public Member Functions | Public Attributes | Friends
pcl::PointXY Struct Reference

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

#include <pcl/impl/point_types.hpp>

Public Member Functions

 PointXY ()=default
 
 PointXY (float _x, float _y)
 

Public Attributes

float x = 0.f
 
float y = 0.f
 

Friends

std::ostream & operator<< (std::ostream &os, const PointXY &p)
 

Detailed Description

A 2D point structure representing Euclidean xy coordinates.

Definition at line 744 of file point_types.hpp.

Constructor & Destructor Documentation

◆ PointXY() [1/2]

pcl::PointXY::PointXY ( )
inlinedefault

◆ PointXY() [2/2]

pcl::PointXY::PointXY ( float  _x,
float  _y 
)
inline

Definition at line 751 of file point_types.hpp.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const PointXY p 
)
friend

Member Data Documentation

◆ x

float pcl::PointXY::x = 0.f

◆ y

float pcl::PointXY::y = 0.f

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