A function defined in GMBullet.yy
btAdjustAngleToLimits(angleInRadians, angleLowerLimitInRadian, angleUpperLimitInRadians)
Adjust an angle to be within specified lower and upper limits.
Name | Type | Description |
---|---|---|
angleInRadians | Real |
The input angle in radians. |
angleLowerLimitInRadian | Real |
The lower limit for the angle in radians. |
angleUpperLimitInRadians | Real |
The upper limit for the angle in radians. |
Real
The adjusted angle within the specified limits.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.