Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TSegment3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSegment3 () |
SegmentTypes.h | ||
| Construct a Segment from two Points | SegmentTypes.h | ||
| Construct a segment from a Center Point, normalized Direction, and scalar Extent | SegmentTypes.h |
TSegment3()
| Name | TSegment3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/SegmentTypes.h |
| Include Path | #include "SegmentTypes.h" |
TSegment3()
TSegment3(const TVector< T > &, const TVector< T > &)
Description
Construct a Segment from two Points
| Name | TSegment3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/SegmentTypes.h |
| Include Path | #include "SegmentTypes.h" |
TSegment3
(
const TVector < T > & Point0,
const TVector < T > & Point1
)
TSegment3(const TVector< T > &, const TVector< T > &, T)
Description
Construct a segment from a Center Point, normalized Direction, and scalar Extent
| Name | TSegment3 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/SegmentTypes.h |
| Include Path | #include "SegmentTypes.h" |
TSegment3
(
const TVector < T > & CenterIn,
const TVector < T > & DirectionIn,
T ExtentIn
)