Physics, asked by krishnamukherje1, 1 year ago

How can we specify the position of an object .

Answers

Answered by Rahul1301
0
By seeing it
.....................

krishnamukherje1: Woow awesome answer
kavyavj271: Same
Rahul1301: kyu majak udha rahe ho aap lo
krishnamukherje1: Nahhi
Answered by kavyavj271
3
Let's say, I have a position variable
private Vector3 leaderPosition;
I want to specify another vector
private Vector3 followerPosition;
I want this followerPosition to be 5 meters away from leaderPosition and at an angle of 45 degrees behind him (diagonally behind him like a V formation).
How do I do that? How do I manually set "followerPosition" to something like
followerPosition = leaderPosition + (something);

krishnamukherje1: Thnkxx
Similar questions