Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRotationMatrix
Description
Builds a rotation matrix given only a YAxis. X and Z are unspecified but will be orthonormal. YAxis need not be normalized.
| Name | MakeFromY |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RotationMatrix.h |
| Include Path | #include "Math/RotationMatrix.h" |
static TMatrix < T > MakeFromY
(
TVector < T > const & YAxis
)