import Vec2 from './type'

export default fromAngleRadians

declare function fromAngleRadians(out: Vec2, radians: number): Vec2
