Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TQuat
Description
Constructs a quaternion corresponding to the rotation vector. The direction of the vector represents the rotation axis, and the magnitude the angle in radians.
| Name | MakeFromRotationVector |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Quat.h |
| Include Path | #include "Math/Quat.h" |
static TQuat < T > MakeFromRotationVector
(
const TVector < T > & RotationVector
)