rawAngle property

double get rawAngle

Implementation

double get rawAngle {
  return (a.position - b.position).angleToSigned(Vector2(1, 0));
}