PolarCoord constructor

PolarCoord(
  1. double angle,
  2. double radius,
  3. Offset origin,
  4. Offset point,
)

Implementation

PolarCoord(this.angle, this.radius, this.origin, this.point);