angle method

double angle(
  1. Pointer<Vector2C> o
)

Implementation

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