package
0.0.0-20230929175442-2805de957004
Repository: https://github.com/tanem/learn-go-with-tests.git
Documentation: pkg.go.dev
# Functions
HourHandPoint is the unit vector of the hour hand at time `t`, represented a Point.
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`, represented a Point.
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`, represented a Point.
SecondsInRadians returns the angle of the second hand from 12 o'clock in radians.