Click or drag to resize

MathHelper Methods

The MathHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAccelerate(Single)
Accelerates the specified value with a pow of 1.5.
Public methodStatic memberAccelerate(Single, Single)
Accelerates the specified value with a pow of value factor.
Public methodStatic memberAcos
Gets the principal value of the arc cosine of a, expressed in radians.
Public methodStatic memberAtan2
Gets the principal value of the arc tangent of y/x, expressed in radians.
Public methodStatic memberClamp(Int32, Int32, Int32)
Clamp the specified int value v between min and max.
Public methodStatic memberClamp(Single, Single, Single)
Clamp the specified float value v between min and max.
Public methodStatic memberCos
Gets the cosine of an angle of a radians.
Public methodStatic memberDegreeToRadian
Convert the angle from degrees to radians.
Public methodStatic memberMaximum(Int32, Int32)
Gets the maximum integer value between a and b.
Public methodStatic memberMaximum(Single, Single)
Gets the maximum float value between a and b.
Public methodStatic memberMinimum(Int32, Int32)
Gets the minimum integer value between a and b.
Public methodStatic memberMinimum(Single, Single)
Gets the minimum float value between a and b.
Public methodStatic memberRadianToDegree
Convert the angle from radians to degrees.
Public methodStatic memberSin
Gets the sine of an angle of a radians.
Public methodStatic memberSqrt
Gets the square root of a.
Public methodStatic memberTan
Gets the tangent of an angle of a radians.
Top
See Also