RAIMAD

Class AnSec from raimad.ansec

class AnSec
Annular Sector

A polygon approximating an annular sector,
or, in working men's terms, a "pizza crust".
There are many possible ways to define an AnSec;
# TODO examples
def _make(self, r1: float, r2: float, theta1: float, theta2: float, num_points: int = 100) -> None:
    """
    
    """