direction property

double direction

Implementation

double get direction {
  return math.atan2(ny, nx);
}