Unravel Engine C# Reference
Loading...
Searching...
No Matches
Mathf Member List

This is the complete list of members for Mathf, including all inherited members.

Abs(float f)Mathfstatic
Abs(int value)Mathfstatic
Acos(float f)Mathfstatic
Approximately(float a, float b)Mathfstatic
Asin(float f)Mathfstatic
Atan(float f)Mathfstatic
Atan2(float y, float x)Mathfstatic
Ceil(float f)Mathfstatic
CeilToInt(float f)Mathfstatic
Clamp(float value, float min, float max)Mathfstatic
Clamp(int value, int min, int max)Mathfstatic
Clamp01(float value)Mathfstatic
ClosestPowerOfTwo(int value)Mathf
Cos(float f)Mathfstatic
Deg2RadMathfstatic
DeltaAngle(float current, float target)Mathfstatic
EpsilonMathfstatic
Exp(float power)Mathfstatic
Floor(float f)Mathfstatic
FloorToInt(float f)Mathfstatic
InfinityMathfstatic
InverseLerp(float a, float b, float value)Mathfstatic
IsPowerOfTwo(int value)Mathf
kEpsilonMathfstatic
kEpsilonNormalSqrtMathfstatic
Lerp(float a, float b, float t)Mathfstatic
LerpAngle(float a, float b, float t)Mathfstatic
LerpUnclamped(float a, float b, float t)Mathfstatic
Log(float f, float p)Mathfstatic
Log(float f)Mathfstatic
Log10(float f)Mathfstatic
Max(float a, float b)Mathfstatic
Max(params float[] values)Mathfstatic
Max(int a, int b)Mathfstatic
Max(params int[] values)Mathfstatic
Min(float a, float b)Mathfstatic
Min(params float[] values)Mathfstatic
Min(int a, int b)Mathfstatic
Min(params int[] values)Mathfstatic
MoveTowards(float current, float target, float maxDelta)Mathfstatic
MoveTowardsAngle(float current, float target, float maxDelta)Mathfstatic
NegativeInfinityMathfstatic
NextPowerOfTwo(int value)Mathf
PIMathfstatic
PingPong(float t, float length)Mathfstatic
Pow(float f, float p)Mathfstatic
Rad2DegMathfstatic
Repeat(float t, float length)Mathfstatic
Round(float f)Mathfstatic
RoundToInt(float f)Mathfstatic
Sign(float f)Mathfstatic
Sin(float f)Mathfstatic
SmoothDamp(float current, float target, ref float currentVelocity, float smoothTime, float maxSpeed, float deltaTime)Mathfstatic
SmoothDampAngle(float current, float target, ref float currentVelocity, float smoothTime, float maxSpeed, float deltaTime)Mathfstatic
SmoothStep(float from, float to, float t)Mathfstatic
Sqrt(float f)Mathfstatic
Tan(float f)Mathfstatic