VectorAdd Method

Adds the second to the first vector

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Vector Add(
	Vector a,
	Vector b
)

Parameters

a  Vector
The first vector.
b  Vector
The second vector.

Return Value

Vector
The summed vector.

See Also