circular method

T circular(
  1. double radius
)

Implementation

T circular(double radius) {
  return all.circular(radius);
}