polar

(polar point1 angle distance)

The polar function computes a point via polar coordinates.

The function returns the polar point in the angle and in the distance from point1. The angle is returned in radians, seen counter-clockwise.

Examples

: (polar '(0 0 0 ) 0.0 10.5)

(10.5 0 0)