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, std::enable_if_t<(std::is_arithmetic_v< FArg >), int >>
TQuat < T > operator/
(
const FArg Scale
) const
Remarks
Divide this quaternion by scale. new Quaternion of this after division by scale.
Parameters
| Name | Description |
|---|---|
| Scale | What to divide by. |