A class that represents a 2D point in vector/catersian space and can apply vector math on it. Returns a point made of v1 * v2 i.e. the components are multiplied together. Returns a point made of v1 * ...
A C# math library providing vector types and math functions with a shader like syntax. Used by the Burst compiler to compile C#/IL to highly efficient native code. In addition to this, the Burst ...