Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRotationMatrix
Description
Builds a matrix with given X and Y axes. X will remain fixed, Y may be changed minimally to enforce orthogonality. Z will be computed. Inputs need not be normalized.
| Name | MakeFromXY |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RotationMatrix.h |
| Include Path | #include "Math/RotationMatrix.h" |
static TMatrix < T > MakeFromXY
(
TVector < T > const & XAxis,
TVector < T > const & YAxis
)