dotProduct method

double dotProduct(
  1. Pointer<Vector2C> o
)

Implementation

double dotProduct(Pointer<Vector2C> o) => ref.dotProduct(o.ref);