You can buy this project and download/modify it how often you want.
package gw.util.science uses gw.util.Rational final class TimeVector extends Vector { construct( value : Time, angle: Angle ) { super( value, angle ) } }