Hello there,
I have this question because it happens than i can improve somewhat my game from the serverside if i get the answer to this.
Consider the next triangle
////D
A - B - C
- Given for points, three of them in line between themselfs (A - B - C) and another one, let's called D, than make A - B - C become a triangle.
- Given B rotates in some ammount of angles in the Y axis.
- Given than the rotation of B provoke the equal rotation of all the rest of the square, altering the position of them (A, C and D) in a proportional angle, keeping the relation with B from the original position.
How can i get the new position of all the other dots which are not B?
Please consider C# for this question.
Thank you