Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudRay
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Intersects
(
const FBox& Box |
An Efficient and Robust Ray-Box Intersection Algorithm. Amy Williams et al. 2004. | LidarPointCloudShared.h | |
bool Intersects
(
const FLidarPointCloudPoint* Point, |
LidarPointCloudShared.h |
Intersects(const FBox &)
Description
An Efficient and Robust Ray-Box Intersection Algorithm. Amy Williams et al. 2004.
| Name | Intersects |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudShared.h |
| Include Path | #include "LidarPointCloudShared.h" |
bool Intersects
(
const FBox & Box
) const
Intersects(const FLidarPointCloudPoint *, const float &)
| Name | Intersects |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudShared.h |
| Include Path | #include "LidarPointCloudShared.h" |
bool Intersects
(
const FLidarPointCloudPoint * Point,
const float & RadiusSq
) const