pointAngleBetween abstract method

Future<num?> pointAngleBetween(
  1. MPPoint it,
  2. MPPoint other
)

Implementation

Future<num?> pointAngleBetween(MPPoint it, MPPoint other);