Question by
$$anonymous$$ · Oct 21, 2020 at 11:03 AM ·
vector3math
Is there a Unity.Mathematics doing same thing than Vector3.SignedAngle
Hello, I can't find a function that is doing the same thing than Vector3.SignedAngle https://docs.unity3d.com/ScriptReference/Vector3.SignedAngle.html
For Unity.Mathematics using float3 s.
Cheers, Seb
Comment
Answer by lclemens · Sep 22, 2021 at 10:49 PM
The best I can find is a couple of scripts here: https://github.com/Unity-Technologies/Unity.Mathematics/issues/84