Skip to content

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