vote up 0 vote down star

I'm trying to port some code to silverlight.

Is there an equilavent of System.Windows.Vector for silverlight?

flag

73% accept rate
why not just use System.Windows.Vector ?? – Stan R. Aug 24 at 21:23
There doesn't appear to be a System.Windows.Vector class in the silverlight. System.Windows.Vector is defined in WindowsBase.dll which is not a silverlight assembly, so I can't use it in silverlight – Jeremy Aug 24 at 22:40

1 Answer

vote up 1 vote down

I use Vector2 and Vector3 from the MonoXNA project:

http://monoxna.googlecode.com/svn/trunk/src/Microsoft.Xna.Framework/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.