Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TQuat
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Quat.h |
| Include | #include "Math/Quat.h" |
TQuat < T > operator+
(
const TQuat < T > & Q
) const
Remarks
Gets the result of adding a Quaternion to this. This is a component-wise addition; composing quaternions should be done via multiplication. The result of addition.
Parameters
| Name | Description |
|---|---|
| Q | The Quaternion to add. |