Vector.

Multiply(Vector, Vector) Method

Summary

Multiplies the first vector by the second.
Namespace
Avalonia
Containing Type
Vector

Syntax

public static Vector Multiply(Vector a, Vector b)

Parameters

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

Return Value

Type Description
Vector The scaled vector.