Polygon =========================== .. code-block:: python class psychopy.visual.Polygon(win, edges=3, radius=0.5, **kwargs) 正多角形の刺激を作成する。ShapeStimの特殊なケースであり、verticesとcloseShapeを除くすべてのShapeStimのパラメータを持つ。 (バージョン1.72.00で追加) .. Creates a regular polygon (triangles, pentagrams, ...). .. A special case of a ShapeStim. .. (New in version 1.72.00) .. Polygon accepts all input parameters that ShapeStim accepts, except for vertices and closeShape.