.. _f-geometrypolygone: module ``special.geometry_polygone`` ==================================== .. inheritance-diagram:: ensae_teaching_cs.special.geometry_polygone Short summary +++++++++++++ module ``ensae_teaching_cs.special.geometry_polygone`` defines a polyline :githublink:`%|py|5` Classes +++++++ +------------------------------------------------------------------------------------------+------------------------------------------------------------------+ | class | truncated documentation | +==========================================================================================+==================================================================+ | :class:`GeometryPolygone ` | A sequence of point, the last one is connected to the first one. | +------------------------------------------------------------------------------------------+------------------------------------------------------------------+ Methods +++++++ +----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | method | truncated documentation | +==============================================================================================+=========================================================================================================================+ | :meth:`barycentre ` | | +----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :meth:`circle ` | | +----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :meth:`convex ` | | +----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ | :meth:`in_convex ` | we assume the polygone is convex and the result of function convex (points sorted by angle we check then if a point ... | +----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_teaching_cs.special.geometry_polygone :members: :special-members: __init__ :show-inheritance: