module special.geometry_polygone
¶
Classes¶
class |
truncated documentation |
---|---|
A sequence of point, the last one is connected to the first one. |
Methods¶
method |
truncated documentation |
---|---|
we assume the polygone is convex and the result of function convex (points sorted by angle we check then if a point … |
Documentation¶
defines a polyline
-
class
ensae_teaching_cs.special.geometry_polygone.
GeometryPolygone
(iterable=(), /)[source]¶ Bases :
list
A sequence of point, the last one is connected to the first one.
-
circle
()[source]¶ - Renvoie
a list of points ordered by angle taken to the barycenter (works only dimension 2)
-