- Home /
How to find parallel position
Hello,
How to find Vector 5 and Vector 6
line of Vector 2 to Vector 5 and Vector 3 to Vector 6 is parallel lines with Vector 1 to Vector 4
have exact coordinates of Vector 1 ,2 ,3 ,4
have angel of vector 1
Vectors is Vector3 in 2D game
bgcircle.jpg
(130.4 kB)
Comment
Answer by doublemax · Oct 21, 2016 at 12:21 PM
Vector6 = Vector4 + (Vector3-Vector1)
Vector5 = Vector4 + (Vector2-Vector1)
Your answer
Follow this Question
Related Questions
Camera rotation around player while following. 6 Answers
Possible to get particle positions with Shuriken? 1 Answer
Mathf.PingPong from a random position problems 0 Answers
Animation finish completely? 3 Answers
Position in Vector (C#) 1 Answer