Vector3DotProduct method

double Vector3DotProduct(
  1. Vector3StructType v1,
  2. Vector3StructType v2
)

Implementation

double Vector3DotProduct(Vector3StructType v1, Vector3StructType v2)
  => v1.dotProduct(v2);