VectorDot Method
Returns the dot product of two vectors.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static double Dot(
Vector a,
Vector b
)
Public Shared Function Dot (
a As Vector,
b As Vector
) As Double
static member Dot :
a : Vector *
b : Vector -> float
- a Vector
- The first vector.
- b Vector
- The second vector.
DoubleThe dot product.