Apollo  6.0
Open source self driving car software
Public Attributes | List of all members
apollo::perception::base::Point3D< T > Struct Template Reference

#include <point.h>

Collaboration diagram for apollo::perception::base::Point3D< T >:
Collaboration graph

Public Attributes

x = 0
 
y = 0
 
z = 0
 

Member Data Documentation

◆ x

template<typename T >
T apollo::perception::base::Point3D< T >::x = 0

◆ y

template<typename T >
T apollo::perception::base::Point3D< T >::y = 0

◆ z

template<typename T >
T apollo::perception::base::Point3D< T >::z = 0

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