Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How do I use Vector3.SignedAngle(from,to,axis) ?

Discussion in 'Scripting' started by elix, Feb 16, 2018.

  1. elix

    elix

    Joined:
    Aug 15, 2012
    Posts:
    8
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    Why do you say that?

    You'd use it in exactly the same sorts of situations, for example when you need to know the angle by which one thing should rotate to point at another thing.

    Like everything else in math, you'll probably know when you need it; if you don't need it now, then don't worry about it.
     
    elix likes this.
  3. elix

    elix

    Joined:
    Aug 15, 2012
    Posts:
    8
    Thank you, I don't worry about it and I hope I'll realize how to use it, someday.
     
    Last edited: Feb 19, 2018