Login | Sign Up
 





 
AutoLISP Function Detail
Name: polar

Syntax:
(polar pt ang dist)

Description:
Returns a 2D or 3D point based on the start point, angle of projection and the distance along the projection. The angle must be supplied in the radians angle of measurement.

Example(s):
(polar '(0 0) 0.7854 12.5)
(8.83882 8.83885)