Skip to content

Lib.numbers.vec2.ScaleVector2

Thomas Mann edited this page Sep 5, 2025 · 3 revisions

ScaleVector2

in Lib.numbers.vec2


Multiplies two incoming [Vector2]s with each other


Input Parameters

Name (Relevancy & Type) Description
A (Vector2) Input for the first Vector2 (A)
B (Vector2) Input for the second Vector2 (B) which will be used to multiply Vector2 (A)
UniformScale (Single) Factor to multiply the incoming vectors uniformly

Outputs

Name Type
Result System.Numerics.Vector2

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally