40 public static float Sin(
float f)
67 public static float Cos(
float f)
94 public static float Tan(
float f)
121 public static float Atan(
float f)
148 public static float Atan2(
float y,
float x)
175 public static float Sqrt(
float f)
202 public static float Abs(
float f)
256 public static float Min(
float a,
float b)
262 public static int Min(
int a,
int b)
273 public static float Max(
float a,
float b)
279 public static int Max(
int a,
int b)
285 public static float Pow(
float f,
float p)
294 public static float Log(
float f,
float p)
303 public static float Ceil(
float f)
465 public static float Sign(
float f)
489 public static float Lerp(
float a,
float b,
float t)
class f__AnonymousType0<< Count > j__TPar
static int FloorToInt(float f)
static int RoundToInt(float f)
static float InverseLerp(float a, float b, float value)
static float GammaToLinearSpace(float value)
static int CeilToInt(float f)
static float Ceil(float f)
static int Min(params int[] values)
static int Min(int a, int b)
static void CorrelatedColorTemperatureToRGB_Injected(float kelvin, [Out] Color ret)
static float Atan(float f)
static float Repeat(float t, float length)
static float Clamp(float value, float min, float max)
static float Sign(float f)
static bool Approximately(float a, float b)
static float Log(float f, float p)
static float Tan(float f)
static float Atan2(float y, float x)
static float Sqrt(float f)
static float Cos(float f)
static float SmoothDamp(float current, float target, float currentVelocity, float smoothTime, [DefaultValue("Mathf.Infinity")] float maxSpeed, [DefaultValue("Time.deltaTime")] float deltaTime)
static int Max(int a, int b)
static float MoveTowards(float current, float target, float maxDelta)
static Color CorrelatedColorTemperatureToRGB(float kelvin)
static float Pow(float f, float p)
static float Min(float a, float b)
static float Max(float a, float b)
static float Abs(float f)
static float Sin(float f)
static float Clamp01(float value)
static bool IsPowerOfTwo(int value)
static float Lerp(float a, float b, float t)
static int Abs(int value)
static int Clamp(int value, int min, int max)
static float Floor(float f)
static float Round(float f)
static readonly float Epsilon