#include <BoundingBox.h>
Public 属性 | |
FVector | Extent = {0.0f, 0.0f, 0.0f} |
Radii extent of the bounding box. | |
FVector | Origin = {0.0f, 0.0f, 0.0f} |
Origin of the bounding box relative to its owner. | |
FRotator | Rotation = {0.0f, 0.0f, 0.0f} |
Rotation of the bounding box. | |
FVector FBoundingBox::Extent = {0.0f, 0.0f, 0.0f} |
Radii extent of the bounding box.
在文件 Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/BoundingBox.h 第 22 行定义.
被这些函数引用 ApplyTransformToBB() , 以及 UBoundingBoxCalculator::GetVehicleBoundingBox().
FVector FBoundingBox::Origin = {0.0f, 0.0f, 0.0f} |
Origin of the bounding box relative to its owner.
在文件 Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/BoundingBox.h 第 18 行定义.
被这些函数引用 ApplyTransformToBB(), UBoundingBoxCalculator::CombineBBsOfActor(), UBoundingBoxCalculator::GetActorBoundingBox(), UBoundingBoxCalculator::GetCharacterBoundingBox(), UBoundingBoxCalculator::GetMeshCompsFromActorBoundingBox() , 以及 UBoundingBoxCalculator::GetVehicleBoundingBox().
FRotator FBoundingBox::Rotation = {0.0f, 0.0f, 0.0f} |
Rotation of the bounding box.
在文件 Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Util/BoundingBox.h 第 26 行定义.
被这些函数引用 ApplyTransformToBB(), UBoundingBoxCalculator::CombineBBsOfActor(), UBoundingBoxCalculator::GetActorBoundingBox() , 以及 UBoundingBoxCalculator::GetVehicleBoundingBox().