Tagged Questions
4
votes
2answers
2k views
Drawing a texture line between two vectors in XNA WP7
I want to create a simple graph maker in WP7.
The goal is to draw a texture line between two vectors what the user defines with touch. I already made the rotation, and it is working, but not ...
2
votes
2answers
550 views
Why does my sprite jitter when it arrives at its destination?
I have just started looking into XNA for WP7 - and I am definitely the sort of person who likes to find answers to my questions without begging for help!
I searched here to find an answer but I found ...
3
votes
2answers
6k views
Rotate vector by matrix?
If I have a Vector, say (1,1), how can I rotate it around the origin (0,0)?
I'm working in XNA if that helps.