info("angleunits")
The info(“angleunits”) function returns the current angular measurement units.
Description
This function returns the current angular measurement units, either DEGREES or RADIANS. You can change which units are used with the degree or radian statements.
See Also
- cos( -- calculates the cosine of an angle.
- degree -- tells Panorama that all angles input to and calculated in trigonometric functions are in degrees rather than radians.
- degrees2radians( -- converts an angle from degrees to radians.
- degreestoradians( -- converts an angle from degrees into radians
- latlongdistance( -- calculates the distance between two points on the earth (or any other sphere).
- radian -- tells Panorama that all angles in trigonometric functions should be calculated using radians rather than degrees.
- radians2degrees( -- converts an angle from radians to degrees.
- radianstodegrees( -- converts an angle from radians to degrees.
- sin( -- calculates the sine of an angle.
- tan( -- calculates the tangent of an angle.
History
10.0 | New | New in this version. |