#include <DebugShape.h>
Public Member Functions | |
MSGPACK_DEFINE_ARRAY (begin, end, thickness) | |
Public Attributes | |
geom::Location | begin |
geom::Location | end |
float | thickness |
Definition at line 38 of file DebugShape.h.
geom::Location carla::rpc::DebugShape::Line::begin |
Definition at line 39 of file DebugShape.h.
Referenced by FShapeVisitor::operator()().
geom::Location carla::rpc::DebugShape::Line::end |
Definition at line 40 of file DebugShape.h.
Referenced by FShapeVisitor::operator()().
float carla::rpc::DebugShape::Line::thickness |
Definition at line 41 of file DebugShape.h.
Referenced by FShapeVisitor::operator()().