Module clock

Module clock 

Source
Expand description

Helper functions for calculating the clock

Enums§

NearestRadius
The radius nearest to the cursor position.
Period
The current period of the clock.

Constants§

HOUR_RADIUS_PERCENTAGE
The radius of the hour on the clock based on the clock’s size.
HOUR_RADIUS_PERCENTAGE_NO_SECONDS
The radius of the hour without the seconds on the clock based on the clock’s size.
MINUTE_RADIUS_PERCENTAGE
The radius of the minute on the clock based on the clock’s size.
MINUTE_RADIUS_PERCENTAGE_NO_SECONDS
The radius of the minute without the seconds on the clock based on the clock’s size.
PERIOD_PERCENTAGE
The size of the period on the clock based on the clock’s size.
SECOND_RADIUS_PERCENTAGE
The radius of the second on the clock based on the clock’s size.

Functions§

circle_points
Distributes the amount of points on a circle with the given radius around the center.
nearest_point
Panics
nearest_radius
Panics