Skip to content

Angle

Description

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

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

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