I found there are two differenct implementations of a vector class in .NET framework: Microsoft.DirectX.Vector3 and Microsoft.XNA.Framework.Vector3.
Looking at member methods, they provide almost the same functionality so I am confusing.. Which of those classes are generally recommended?
My program does not need to visualize 3D objects but only need to compute CPU-intensive jobs with 3D points.