Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/FSegmentTree3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/SegmentTree3.h |
| Include | #include "Spatial/SegmentTree3.h" |
Syntax
struct FRayNearestSegmentInfo
Remarks
Information on a nearest-segment returned by query functions
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | Metric | Distance metric at nearest points | |
| double | RayParam | Parameter at point on ray closest to identified nearest segment | |
| double | SegmentDist | Distance between ray point at RayParam and segment point at SegmentParam | |
| double | SegmentParam | Parameter at point on nearest segment closest to the ray |