Photon Fusion 2.0.3

Maths Member List

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

BitScanReverse(int v)Mathsstatic
BitScanReverse(uint v)Mathsstatic
BitScanReverse(long v)Mathsstatic
BitScanReverse(ulong v)Mathsstatic
BitsRequiredForNumber(int n)Mathsstatic
BitsRequiredForNumber(uint n)Mathsstatic
BytesRequiredForBits(int b)Mathsstatic
BytesRequiredForBits(short b)Mathsstatic
CeilToInt(double value)Mathsstatic
Clamp(int v, int min, int max)Mathsstatic
Clamp(uint v, uint min, uint max)Mathsstatic
Clamp(double v, double min, double max)Mathsstatic
Clamp(float v, float min, float max)Mathsstatic
Clamp01(double v)Mathsstatic
Clamp01(float v)Mathsstatic
ClampToByte(int v)Mathsstatic
CosineInterpolate(double a, double b, double t)Mathsstatic
CountSetBits(ulong x)Mathsstatic
CountUsedBitsMinOne(uint value)Mathsstatic
FloorToInt(double value)Mathsstatic
IntsRequiredForBits(int b)Mathsstatic
Lerp(float a, float b, float t)Mathsstatic
Lerp(double a, double b, double t)Mathsstatic
MicrosecondsToSeconds(long microseconds)Mathsstatic
MillisecondsToMicroseconds(long milliseconds)Mathsstatic
MillisecondsToSeconds(double seconds)Mathsstatic
Min(uint v, uint max)Mathsstatic
NextPowerOfTwo(uint v)Mathsstatic
PrintBits(byte *data, int count)Mathsstatic
QuaternionCompress(Quaternion rot)Mathsstatic
QuaternionDecompress(uint buffer)Mathsstatic
SecondsToMicroseconds(double seconds)Mathsstatic
SecondsToMilliseconds(double seconds)Mathsstatic
SizeOfBits< T >()Mathsstatic
ZigZagDecode(int i)Mathsstatic
ZigZagDecode(long i)Mathsstatic
ZigZagEncode(int i)Mathsstatic
ZigZagEncode(long i)Mathsstatic