Click here to Skip to main content
15,891,703 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello dear
I want to draw a line between to point in XNA.
for example my first point is: Point1= new vector3(10,10) and my second point is: Point2= new vector3(200, 200).
I want to draw a line with statrt position of (10,10) and end position of (200, 200).
Help me.
Thank you.
Posted
Updated 7-May-13 2:23am
v2

1 solution

See this question at Stack Overflow: How do I draw lines using XNA?[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900