#include <RayTracer.h>
类 URayTracer 继承关系图:
URayTracer 的协作图:静态 Public 成员函数 | |
| 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) |
在文件 RayTracer.h 第 37 行定义.
|
static |
|
static |