Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GeometryCore/Public/LineTypes.h |
Include |
#include "LineTypes.h" |
template<typename T>
struct TLine3
TLine3 is a three-dimensional infinite line. The line is stored in (Center,Direction) form.
Name | Description | ||
---|---|---|---|
|
T |
DistanceSquared ( |
|
|
TLine3< T > |
FromPoints |
|
|
TVector< T > |
NearestPoint ( |
|
|
TVector< T > |
PointAt ( |
|
|
T |
Project ( |