Vector.

Add(Vector, Vector) Method

Summary

Adds the second to the first vector
Namespace
Avalonia
Containing Type
Vector

Syntax

public static Vector Add(Vector a, Vector b)

Parameters

Name Type Description
a Vector The first vector.
b Vector The second vector.

Return Value

Type Description
Vector The summed vector.