Table of Contents

Enum SupportedVectorMath

Namespace
Misaki.HighPerformance.Mathematics
Assembly
Misaki.HighPerformance.Mathematics.dll
[Flags]
public enum SupportedVectorMath

Fields

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