Skip to main content

Cross Method

Returns the cross product of two vectors.

Definition

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

public static double Cross(
Vector a,
Vector b
)

Parameters

  Vector
The first vector.
  Vector
The second vector.

Return Value

Double
The cross product.

See Also

Reference

Vector Structure
Avalonia Namespace