I'm trying to port some code to silverlight.
Is there an equilavent of System.Windows.Vector for silverlight?
I'm trying to port some code to silverlight.
Is there an equilavent of System.Windows.Vector for silverlight?
I use Vector2 and Vector3 from the MonoXNA project:
http://monoxna.googlecode.com/svn/trunk/src/Microsoft.Xna.Framework/