PolarCoord constructor

PolarCoord(double angle, double radius)

Implementation

PolarCoord(this.angle, this.radius);