Photon Fusion
2.0.8
This is the complete list of members for Maths, including all inherited members.
| BitScanReverse(int v) | Maths | static |
| BitScanReverse(uint v) | Maths | static |
| BitScanReverse(long v) | Maths | static |
| BitScanReverse(ulong v) | Maths | static |
| BitsRequiredForNumber(int n) | Maths | static |
| BitsRequiredForNumber(uint n) | Maths | static |
| BytesRequiredForBits(int b) | Maths | static |
| BytesRequiredForBits(short b) | Maths | static |
| CeilToInt(double value) | Maths | static |
| Clamp(int v, int min, int max) | Maths | static |
| Clamp(uint v, uint min, uint max) | Maths | static |
| Clamp(double v, double min, double max) | Maths | static |
| Clamp(float v, float min, float max) | Maths | static |
| Clamp01(double v) | Maths | static |
| Clamp01(float v) | Maths | static |
| ClampToByte(int v) | Maths | static |
| CosineInterpolate(double a, double b, double t) | Maths | static |
| CountSetBits(ulong x) | Maths | static |
| CountUsedBitsMinOne(uint value) | Maths | static |
| FloorToInt(double value) | Maths | static |
| IntsRequiredForBits(int b) | Maths | static |
| Lerp(float a, float b, float t) | Maths | static |
| Lerp(double a, double b, double t) | Maths | static |
| MicrosecondsToSeconds(long microseconds) | Maths | static |
| MillisecondsToMicroseconds(long milliseconds) | Maths | static |
| MillisecondsToSeconds(double seconds) | Maths | static |
| Min(uint v, uint max) | Maths | static |
| NextPowerOfTwo(uint v) | Maths | static |
| PrintBits(byte *data, int count) | Maths | static |
| QuaternionCompress(Quaternion rot) | Maths | static |
| QuaternionDecompress(uint buffer) | Maths | static |
| SecondsToMicroseconds(double seconds) | Maths | static |
| SecondsToMilliseconds(double seconds) | Maths | static |
| SizeOfBits< T >() | Maths | static |
| ZigZagDecode(int i) | Maths | static |
| ZigZagDecode(long i) | Maths | static |
| ZigZagEncode(int i) | Maths | static |
| ZigZagEncode(long i) | Maths | static |