Vector.OpCode Description Name enum Tinman.Noise.Vector.OpCode Used by Vector.Op.op Binary and unary operators for vector noise functions. Items # Name Tag 0 Add - Component-wise addition: a + b 1 Sub - Component-wise subtraction: a - b 2 Mul - Component-wise multiplication: a * b 3 Norm - Normalization: a / |a| Op Transform