RegulatAngle
Introduction
Method Signature
public static float RegulateAngle(float angleToRegulate)
public static void RegulateAngle(ref float angleToRegulate)Usage
float returnValue = FlatRedBall.Math.MathFunctions.RegulateAngle(startingValue);StartingValue
ReturnValue
Last updated
Was this helpful?