CARLA
Public Member Functions | Public Attributes | List of all members
carla::rpc::DebugShape::Line Struct Reference

#include <DebugShape.h>

+ Collaboration diagram for carla::rpc::DebugShape::Line:

Public Member Functions

 MSGPACK_DEFINE_ARRAY (begin, end, thickness)
 

Public Attributes

geom::Location begin
 
geom::Location end
 
float thickness
 

Detailed Description

Definition at line 38 of file DebugShape.h.

Member Function Documentation

◆ MSGPACK_DEFINE_ARRAY()

carla::rpc::DebugShape::Line::MSGPACK_DEFINE_ARRAY ( begin  ,
end  ,
thickness   
)

Member Data Documentation

◆ begin

geom::Location carla::rpc::DebugShape::Line::begin

Definition at line 39 of file DebugShape.h.

Referenced by FShapeVisitor::operator()().

◆ end

geom::Location carla::rpc::DebugShape::Line::end

Definition at line 40 of file DebugShape.h.

Referenced by FShapeVisitor::operator()().

◆ thickness

float carla::rpc::DebugShape::Line::thickness

Definition at line 41 of file DebugShape.h.

Referenced by FShapeVisitor::operator()().


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