CARLA
Public Attributes | List of all members
FBoundingBox Struct Reference

#include <BoundingBox.h>

+ Collaboration diagram for FBoundingBox:

Public Attributes

FVector Extent = {0.0f, 0.0f, 0.0f}
 Radii extent of the bounding box. More...
 
FVector Origin = {0.0f, 0.0f, 0.0f}
 Origin of the bounding box relative to its owner. More...
 
FRotator Rotation = {0.0f, 0.0f, 0.0f}
 Rotation of the bounding box. More...
 

Detailed Description

Definition at line 12 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/BoundingBox.h.

Member Data Documentation

◆ Extent

FVector FBoundingBox::Extent = {0.0f, 0.0f, 0.0f}

◆ Origin

FVector FBoundingBox::Origin = {0.0f, 0.0f, 0.0f}

◆ Rotation

FRotator FBoundingBox::Rotation = {0.0f, 0.0f, 0.0f}

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