Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRotationMatrix
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/RotationMatrix.h |
| Include | #include "Math/RotationMatrix.h" |
static TMatrix< T > MakeFromY
&40;
TVector< T > const & YAxis
&41;
Remarks
Builds a rotation matrix given only a YAxis. X and Z are unspecified but will be orthonormal. YAxis need not be normalized.