VectorMultiply(Vector, Vector) Method

Multiplies the first vector by the second.

Definition

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

Parameters

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

Return Value

Vector
The scaled vector.

See Also