Skip to content

Perpendicular

Description

Perpendicular is a Function on Vector2
Returns the angle perpendicular to the given Vector2.

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

network usage: Any (Client or Server/Host)
returns: Vector2
parameters:
- vector (Vector2)