Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TSegment3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAxisAlignedBox3< T > GetBounds () |
SegmentTypes.h | ||
TAxisAlignedBox3< T > GetBounds
(
T SegmentRadius |
SegmentTypes.h |
GetBounds()
| Name | GetBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/SegmentTypes.h |
| Include Path | #include "SegmentTypes.h" |
TAxisAlignedBox3 < T > GetBounds() const
axis-aligned bounding box of line segment
GetBounds(T)
| Name | GetBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/SegmentTypes.h |
| Include Path | #include "SegmentTypes.h" |
TAxisAlignedBox3 < T > GetBounds
(
T SegmentRadius
) const
axis-aligned bounding box of line segment thickened to given SegmentRadius