Skip to main content

Dot Method

Returns the dot product of two vectors.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static double Dot(
Vector a,
Vector b
)

Parameters

  Vector
The first vector.
  Vector
The second vector.

Return Value

Double
The dot product.

See Also

Reference

Vector Structure
Avalonia Namespace