Point Cloud Library (PCL) 1.12.0
Loading...
Searching...
No Matches
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 831 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 838 of file point_types.hpp.

Friends And Related Symbol Documentation

◆ operator<<

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

Member Data Documentation

◆ x

◆ y


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