Skip to content

SignedAngle

Description

SignedAngle is a Function on Vector2
Returns the signed angle between two Vector2s.

Example
local testVariable = Vector2.SignedAngle(Vector2.New(1, 1), Vector2.New(1, 1))
Usage

network usage: Any (Client or Server/Host)
returns: float
parameters:
- fromVector (Vector2)
- toVector (Vector2)