(angtof string [mode])


Change this angle to a real number.


This function converts a string that contains an angle to a real number in radian format. The optional mode specifies the format of the "number" in the string:

Mode value String format
0 Decimal degrees
1 Degrees-minutes-seconds
2 Grad
3 Radian
4 Surveyor's units

NOTE This command fails if the text of the string is not recognizable as an angle measurement.

Examples

Code Returns
(angtof "90") 1.57080
(angtof "90" 0) 1.57080
(angtof "90d30'10\"") 1.57957

NOTES

Tell me about...

(angle point1 point2)

(getangle [point] [prompt])

(polar point angle distance)

(rtos number [mode [precision]])

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language