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" |
template<typename FArg, TEMPLATE_REQUIRES(std::is_arithmetic< FArg >::value)>
TQuat< T > operator&47;
&40;
const FArg Scale
&41; const
Remarks
Divide this quaternion by scale. new Quaternion of this after division by scale.
Parameters
| Name | Description |
|---|---|
| Scale | What to divide by. |