Relative Content

Tag Archive for extension-method

C# vector class – Interpolation design decision

Currently I’m coding a Vector class in C# and I’m coming to the point, where I’ve to figure out, how I want to implement a function/method to interpolate between two vectors. The (obvious) and also my first solution was to simply implement it as a method in the vector class itself:

C# vector class – Interpolation design decision

Currently I’m coding a Vector class in C# and I’m coming to the point, where I’ve to figure out, how I want to implement a function/method to interpolate between two vectors. The (obvious) and also my first solution was to simply implement it as a method in the vector class itself:

C# vector class – Interpolation design decision

Currently I’m coding a Vector class in C# and I’m coming to the point, where I’ve to figure out, how I want to implement a function/method to interpolate between two vectors. The (obvious) and also my first solution was to simply implement it as a method in the vector class itself:

C# vector class – Interpolation design decision

Currently I’m coding a Vector class in C# and I’m coming to the point, where I’ve to figure out, how I want to implement a function/method to interpolate between two vectors. The (obvious) and also my first solution was to simply implement it as a method in the vector class itself: