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