Enum SupportedVectorMath
- Namespace
- Misaki.HighPerformance.Mathematics
- Assembly
- Misaki.HighPerformance.Mathematics.dll
[Flags]
public enum SupportedVectorMath
Fields
Abs = 256Acos = 65536All = 131072Any = 65536Asin = 524288Atan = 4096Atan2 = 8192Ceil = 2097152CeilLog2 = 536870912CeilPow2 = 268435456Clamp = 64Cmax = 4Cmin = 2Cos = 16384CosH = 32768CountBits = 4194304Cross = 1024Degrees = 1Distance = 256DistanceSq = 512Dot = 512Exp = 268435456Exp10 = 1073741824Exp2 = 536870912FaceForward = 16384FloatingPointMask = Log | Degrees | Cmin | Cmax | Modf | Remap | Mad | Clamp | LengthSq | Abs | DistanceSq | Cross | SmoothStep | Atan | Atan2 | Cos | CosH | Acos | All | Normalize | Asin | Floor | CeilFloor = 1048576FloorLog2 = 1073741824Fmod = 4Frac = 16777216IntegerMask = Rol | UnsignedIntegerMaskLength = 64LengthSq = 128Lerp = 4Log = -2147483648Log10 = 2Log2 = 1Lzcnt = 8388608Mad = 32Max = 2Min = 1Modf = 8None = 0Normalize = 262144Pow = 134217728Project = 2097152Radians = -2147483648Rcp = 33554432Reflect = 524288Refract = 1048576Remap = 16ReverseBits = 33554432Rol = 67108864Ror = 134217728Round = 4194304Rsqrt = 32Saturate = 128Select = 4096Sign = 67108864Sin = 131072SinCos = 32768SinH = 262144SmoothStep = 2048Sqrt = 16Step = 8192Tan = 1024TanH = 2048Trunc = 8388608Tzcnt = 16777216Unlerp = 8UnsignedIntegerMask = Degrees | Cmin | Cmax | Mad | Clamp | Abs | DistanceSq | Atan | Acos | All | CountBits | Lzcnt | Frac | Rcp | Pow | CeilPow2 | CeilLog2 | Exp10