package
0.0.0-20250122124320-23b25248e6ad
Repository: https://github.com/quii/learn-go-with-tests.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.