Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TVector
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ToDirectionAndLength
(
TVector< T >& OutDir, |
Util to convert this vector into a unit direction vector and its original length. | Math/Vector.h | |
void ToDirectionAndLength
(
TVector< T >& OutDir, |
Math/Vector.h |
ToDirectionAndLength(TVector< T > &, double &)
Description
Util to convert this vector into a unit direction vector and its original length.
| Name | ToDirectionAndLength |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
| Include Path | #include "Math/Vector.h" |
void ToDirectionAndLength
(
TVector < T > & OutDir,
double & OutLength
) const
Parameters
| Name | Remarks |
|---|---|
| OutDir | Reference passed in to store unit direction vector. |
| OutLength | Reference passed in to store length of the vector. |
ToDirectionAndLength(TVector< T > &, float &)
| Name | ToDirectionAndLength |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
| Include Path | #include "Math/Vector.h" |
void ToDirectionAndLength
(
TVector < T > & OutDir,
float & OutLength
) const