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