package
0.0.0-20250127125147-34465be4ed4c
Repository: https://github.com/ik-learning/learn-go.git
Documentation: pkg.go.dev

# Packages

Writes an SVG clockface of the current time to Stdout.
Package svg produces an SVG clockface representation of a time.

# Functions

HourHandPoint is the unit vector of the hour hand at time `t`,.
HoursInRadians returns the angle of the hour hand from 12 o'clock in radians.
MinuteHandPoint is the unit vector of the minute hand at time `t`,.
MinutesInRadians returns the angle of the minute hand from 12 o'clock in radians.
SecondHandPoint is the unit vector of the second hand at time `t`,.
SecondsInRadians returns the angle of the second hand from 12 o'clock in radians.

# Structs

A Point is a Cartesian coordinate.