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, typename TEnableIf < std::is_arithmetic< FArg >::value, int >::type>
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. |