Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TRotator
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Rotator.h |
| Include | #include "Math/Rotator.h" |
static T ClampAxis
(
T Angle
)
Remarks
Clamps an angle to the range of [0, 360). The clamped angle.
Parameters
| Name | Description |
|---|---|
| Angle | The angle to clamp. |