#include <DebugShape.h>
Collaboration diagram for carla::rpc::DebugShape::Box:Public Member Functions | |
| MSGPACK_DEFINE_ARRAY (box, rotation, thickness) | |
Public Attributes | |
| geom::BoundingBox | box |
| geom::Rotation | rotation |
| float | thickness |
Definition at line 51 of file DebugShape.h.
| geom::BoundingBox carla::rpc::DebugShape::Box::box |
Definition at line 52 of file DebugShape.h.
Referenced by FShapeVisitor::operator()().
| geom::Rotation carla::rpc::DebugShape::Box::rotation |
Definition at line 53 of file DebugShape.h.
Referenced by FShapeVisitor::operator()().
| float carla::rpc::DebugShape::Box::thickness |
Definition at line 54 of file DebugShape.h.
Referenced by FShapeVisitor::operator()().
1.8.13