elliptical method

T elliptical(
  1. double x,
  2. double y
)

Implementation

T elliptical(double x, double y) => builder(Radius.elliptical(x, y));