lineAngle method

double lineAngle(
  1. Pointer<Vector2C> o
)

Implementation

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