#include <RayTracer.h>
Static Public Member Functions | |
static std::vector< carla::rpc::LabelledPoint > | CastRay (FVector StartLocation, FVector EndLocation, UWorld *World) |
static std::pair< bool, carla::rpc::LabelledPoint > | ProjectPoint (FVector StartLocation, FVector Direction, float MaxDistance, UWorld *World) |
Definition at line 24 of file RayTracer.h.
|
static |
Definition at line 15 of file RayTracer.cpp.
References UCarlaStatics::GetGameMode(), ACarlaGameModeBase::GetLMManager(), ATagger::GetTagOfTaggedComponent(), and ALargeMapManager::LocalToGlobalLocation().
Referenced by FCarlaServer::FPimpl::BindActions().
|
static |
Definition at line 46 of file RayTracer.cpp.
References UCarlaStatics::GetGameMode(), ACarlaGameModeBase::GetLMManager(), ATagger::GetTagOfTaggedComponent(), ALargeMapManager::LocalToGlobalLocation(), and carla::rpc::None.
Referenced by FCarlaServer::FPimpl::BindActions().