Scale

From Fancade Wiki
Revision as of 14:32, 30 November 2025 by Osmo (talk | contribs) (Mention how its analogous to some other blocks)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Scale
Scale.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Vec
Outputs Num
Vec * Num

Multiplies each vector component by the input number.

Can function as multiply, divide or negate for vectors if the input number is X, one divided by X or -1 respectively, where X is the number you want to multiply/divide by.


Example

Related