package
0.0.0-20241022201101-f4b3a44bd789
Repository: https://github.com/reza-mirjahanian/learn_golang.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.