Vector.

Dot(Vector, Vector) Method

Summary

Returns the dot product of two vectors.
Namespace
Avalonia
Containing Type
Vector

Syntax

public static double Dot(Vector a, Vector b)

Parameters

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

Return Value

Type Description
double The dot product.