Vector2DotProduct method

double Vector2DotProduct(
  1. Vector2StructType v1,
  2. Vector2StructType v2
)

Implementation

double Vector2DotProduct(Vector2StructType v1, Vector2StructType v2)
  => v1.dotProduct(v2);