Normalize: Difference between revisions

From Fancade Wiki
(Created page with "File:Normalize1.png Outputs a vector with the same direction as the input vector, but a length of 1. (Also known as a *unit vector*.) Category:Blocks ")
 
(Add Infobox and information)
 
Line 1: Line 1:
[[File:Normalize1.png]]
{{Block
|image=Normalize.png
|type=s
|folder=Math
|input1={{Port|v}}
|output1={{Port|v|Normalized}}
}}


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.
== Related ==
* [[Dot Product]]


[[Category:Blocks]]
[[Category:Blocks]]

Latest revision as of 06:55, 21 May 2024

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