class documentation

class CompoundShape(GeoShape):

View In Hierarchy

Undocumented

Method __add__ Undocumented
Method __contains__ Undocumented
Method centre.setter Undocumented
Instance Variable centre Undocumented
Class Variable _centre Undocumented
Class Variable _members Undocumented

Inherited from GeoShape:

Class Variable metric Undocumented
def __add__(self, shape: GeoShape):

Undocumented

def __contains__(self, p: np.ndarray) -> bool:
@centre.setter
def centre(self, value: np.ndarray):

Undocumented

@property
centre: np.ndarray =

Undocumented

_centre: np.ndarray =

Undocumented

_members: list[GeoShape] =

Undocumented