Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TLine2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TLine2 () |
Construct default line along X axis | LineTypes.h | |
| Construct line with given Origin and Direction | LineTypes.h |
TLine2()
Description
Construct default line along X axis
| Name | TLine2 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/LineTypes.h |
| Include Path | #include "LineTypes.h" |
TLine2()
TLine2(const TVector2< T > &, const TVector2< T > &)
Description
Construct line with given Origin and Direction
| Name | TLine2 |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/LineTypes.h |
| Include Path | #include "LineTypes.h" |
TLine2
(
const TVector2 < T > & OriginIn,
const TVector2 < T > & DirectionIn
)