Skip to content

Normalize

Description

Normalize is a Function on Vector2
Returns the normalized version of the given Vector2.

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

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