ANGLE LINE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[:Category:Internal_Macro_Functions|{{Up}}]]
{{Command|syntax=[[Image:angle_line.png|right|ANGLE_LINE]]ANGLE_LINE <x>, <y>
{{Command|syntax=[[Image:angle_line.png|right|ANGLE_LINE]]ANGLE_LINE <x>, <y>
|description=:Find the angle of a line, use [[DEGREES|degrees]] for a result not in radians.
|description=:Find the angle of a line.
:The commands [[DEGREES]] and [[RADIANS]] are used to say whether angles are specified in degrees or radians.


|param1=<x>|param1_desc={{x}}
|param1=<x>|param1_desc={{lenx}}
|param2=<y>|param2_desc={{y}}
|param2=<y>|param2_desc={{leny}}
}}
}}



Latest revision as of 00:40, 4 January 2011

Up

Command

ANGLE_LINE
ANGLE_LINE
ANGLE_LINE <x>, <y>


Find the angle of a line.
The commands DEGREES and RADIANS are used to say whether angles are specified in degrees or radians.

Parameters

<x>
The length along the X axis direction.
<y>
The length along the Y axis direction.

Example

ANGLE_LINE 12, 3