Normalize: Difference between revisions

From Fancade Wiki
(Add Infobox and information)
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
Line 7: Line 7:
}}
}}


Outputs a vector with the same direction as the input vector, but a length of 1. (Also known as a ''unit vector''.)
Outputs a [[vector]] with the same direction as the input vector, but a length of 1. (Also known as a ''unit vector''.)


This script block was introduced in Fancade 1.4.
This script block was introduced in Fancade 1.4.

Latest revision as of 00:31, 23 August 2025

Normalize
Normalize.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Vector
Outputs Normalized

Outputs a vector with the same direction as the input vector, but a length of 1. (Also known as a unit vector.)

This script block was introduced in Fancade 1.4.

Related