At My Fingertips

Documentation

Documentation

Function from library pytamaro

circular_sector(radiusanglecolor)

circular_sectorradiusanglecolor

Creates a circular sector belonging to a circle of the given radius, filled with a color.

A circular sector is a portion of a circle enclosed between two radii and an arc. Considering a circle as a clock, the first radius is supposed to “point” towards 3 o’clock. The angle determines the position of the second radius, computed starting from the first one in counterclockwise direction. An angle of 360 degrees corresponds to a full circle.

The pinning position is at the center of the circle from which the circular sector is taken.

radiusradius of the circle from which the circular sector is taken

anglecentral angle, in degrees

colorthe color to be used to fill the circular sector

The specified circular sector as a graphic
Code
show_graphic(circular_sector(100, 30, blue))
Output
Graphical output from execution result
Code
show_graphic(circular_sector(100, 120, blue))
Output
Graphical output from execution result

Logo of PyTamaro

PyTamaro is a project created by the Lugano Computing Education Research Lab at the Software Institute of USI

Privacy PolicyPlatform Version 4153f55 (Wed, 02 Apr 2025 06:58:19 GMT)