Which Math.Net function do I use to rotate a 3d Vector around another 3d Vector (Pivot Point)?
I am using the C# Library Math.Net, mainly because I am not afraid to say that I struggle with complex mathematical concepts. Someone suggested I use Affine Transformation, but there appears to be no class or method that executes this concept/formula. Also the vector class has no Rotate
method so that isn't a solution.
Can you suggest what function, method or class I use to achieve this?