#include <RayTracer.h>
Inheritance diagram for URayTracer:
Collaboration diagram for URayTracer: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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
1.8.13