Apollo  6.0
Open source self driving car software
Public Member Functions | Public Attributes | List of all members
apollo::perception::lidar::SppPoint Struct Reference

#include <spp_cluster.h>

Collaboration diagram for apollo::perception::lidar::SppPoint:
Collaboration graph

Public Member Functions

 SppPoint ()=default
 
 SppPoint (const base::PointF &point, float height)
 

Public Attributes

float x = 0.f
 
float y = 0.f
 
float z = 0.f
 
float h = 0.f
 

Constructor & Destructor Documentation

◆ SppPoint() [1/2]

apollo::perception::lidar::SppPoint::SppPoint ( )
default

◆ SppPoint() [2/2]

apollo::perception::lidar::SppPoint::SppPoint ( const base::PointF point,
float  height 
)
inline

Member Data Documentation

◆ h

float apollo::perception::lidar::SppPoint::h = 0.f

◆ x

float apollo::perception::lidar::SppPoint::x = 0.f

◆ y

float apollo::perception::lidar::SppPoint::y = 0.f

◆ z

float apollo::perception::lidar::SppPoint::z = 0.f

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