Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/Concatenate
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus3D.h |
| Include | #include "Math/TransformCalculus3D.h" |
template<typename T>
UE::Math::TRotator < T > Concatenate
(
const UE::Math::TRotator < T > & LHS,
const UE::Math::TRotator < T > & RHS
)
Remarks
Specialization for concatenating two rotations. a new rotation representing the transformation from the input space of LHS to the output space of RHS.
Parameters
| Name | Description |
|---|---|
| LHS | rotation that goes from space A to space B |
| RHS | rotation that goes from space B to space C. |