Unravel Engine C# Reference
|
This is the complete list of members for Mathf, including all inherited members.
Abs(float f) | Mathf | static |
Abs(int value) | Mathf | static |
Acos(float f) | Mathf | static |
Approximately(float a, float b) | Mathf | static |
Asin(float f) | Mathf | static |
Atan(float f) | Mathf | static |
Atan2(float y, float x) | Mathf | static |
Ceil(float f) | Mathf | static |
CeilToInt(float f) | Mathf | static |
Clamp(float value, float min, float max) | Mathf | static |
Clamp(int value, int min, int max) | Mathf | static |
Clamp01(float value) | Mathf | static |
ClosestPowerOfTwo(int value) | Mathf | |
Cos(float f) | Mathf | static |
Deg2Rad | Mathf | static |
DeltaAngle(float current, float target) | Mathf | static |
Epsilon | Mathf | static |
Exp(float power) | Mathf | static |
Floor(float f) | Mathf | static |
FloorToInt(float f) | Mathf | static |
Infinity | Mathf | static |
InverseLerp(float a, float b, float value) | Mathf | static |
IsPowerOfTwo(int value) | Mathf | |
kEpsilon | Mathf | static |
kEpsilonNormalSqrt | Mathf | static |
Lerp(float a, float b, float t) | Mathf | static |
LerpAngle(float a, float b, float t) | Mathf | static |
LerpUnclamped(float a, float b, float t) | Mathf | static |
Log(float f, float p) | Mathf | static |
Log(float f) | Mathf | static |
Log10(float f) | Mathf | static |
Max(float a, float b) | Mathf | static |
Max(params float[] values) | Mathf | static |
Max(int a, int b) | Mathf | static |
Max(params int[] values) | Mathf | static |
Min(float a, float b) | Mathf | static |
Min(params float[] values) | Mathf | static |
Min(int a, int b) | Mathf | static |
Min(params int[] values) | Mathf | static |
MoveTowards(float current, float target, float maxDelta) | Mathf | static |
MoveTowardsAngle(float current, float target, float maxDelta) | Mathf | static |
NegativeInfinity | Mathf | static |
NextPowerOfTwo(int value) | Mathf | |
PI | Mathf | static |
PingPong(float t, float length) | Mathf | static |
Pow(float f, float p) | Mathf | static |
Rad2Deg | Mathf | static |
Repeat(float t, float length) | Mathf | static |
Round(float f) | Mathf | static |
RoundToInt(float f) | Mathf | static |
Sign(float f) | Mathf | static |
Sin(float f) | Mathf | static |
SmoothDamp(float current, float target, ref float currentVelocity, float smoothTime, float maxSpeed, float deltaTime) | Mathf | static |
SmoothDampAngle(float current, float target, ref float currentVelocity, float smoothTime, float maxSpeed, float deltaTime) | Mathf | static |
SmoothStep(float from, float to, float t) | Mathf | static |
Sqrt(float f) | Mathf | static |
Tan(float f) | Mathf | static |