Skip to main content

Vector3.Normalize(Vector3 value)

Makes this vector have a magnitude of 1.

Parameters:

NameTypeDescription
valueVector3

Returns:

typeDescription
Vector3normalized vector

Usage

---@type Vector3
local value;


local val0 = Vector3:Normalize(value)