Method SignedAngle
SignedAngle(Vector3, Vector3, Vector3)
Returns the signed angle in degrees between from and to.
Declaration
public static float SignedAngle(Vector3 from, Vector3 to, Vector3 planeNormal)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | from | |
Vector3 | to | |
Vector3 | planeNormal |
Returns
Type | Description |
---|---|
System.Single |