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