ANGLE LINE: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=ANGLE_LINE <x>, <y> |description=*DESCRPTION* |param1=<x>|param1_desc={{x}} |param2=<y>|param2_desc={{y}} }} ===Example=== :- ANGLE_LINE [[Category:Internal_Macro_Funct...
 
Mikeo (talk | contribs)
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Command|syntax=ANGLE_LINE <x>, <y>
[[:Category:Internal_Macro_Functions|{{Up}}]]
|description=*DESCRPTION*


|param1=<x>|param1_desc={{x}}
{{Command|syntax=[[Image:angle_line.png|right|ANGLE_LINE]]ANGLE_LINE <x>, <y>
|param2=<y>|param2_desc={{y}}
|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={{lenx}}
|param2=<y>|param2_desc={{leny}}
}}
}}


===Example===
===Example===
:- ANGLE_LINE
:ANGLE_LINE 12, 3


[[Category:Internal_Macro_Functions]]
[[Category:Internal_Macro_Functions]]

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