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

#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
 

Detailed Description

Definition at line 51 of file DebugShape.h.

Member Function Documentation

◆ MSGPACK_DEFINE_ARRAY()

carla::rpc::DebugShape::Box::MSGPACK_DEFINE_ARRAY ( box  ,
rotation  ,
thickness   
)

Member Data Documentation

◆ box

geom::BoundingBox carla::rpc::DebugShape::Box::box

Definition at line 52 of file DebugShape.h.

Referenced by FShapeVisitor::operator()().

◆ rotation

geom::Rotation carla::rpc::DebugShape::Box::rotation

Definition at line 53 of file DebugShape.h.

Referenced by FShapeVisitor::operator()().

◆ thickness

float carla::rpc::DebugShape::Box::thickness

Definition at line 54 of file DebugShape.h.

Referenced by FShapeVisitor::operator()().


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