LINE PA: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=LINE_HP <line number>, <point>, <angle>
{{Command|syntax=[[Image:line_pa.png|right|PINE_PA]]LINE_HP <line number>, <point>, <angle>
|description=This is used to create a line on a point int he direction of a given angle.
|description=:Create a line on a point with an angle.


|param1=<line number>|param1_desc= {{line number}}  
|param1=<line number>|param1_desc= {{line number}}  
Line 8: Line 8:


===Example===
===Example===
:- LINE_PA 6, 2, 74
:LINE_PA 6, 2, -74
 
:- LINE_PA 2, 9, -13
 
 


[[Category:Geometry]]
[[Category:Geometry]]

Revision as of 16:54, 21 July 2010

Command

PINE_PA
PINE_PA
LINE_HP <line number>, <point>, <angle>


Create a line on a point with an angle.

Parameters

<line number>
The number of a previously defined macro line.
<point>
The number of an existing point.
<angle>
angle value, either degrees or radians. Positive angles indicate a CCW direction, negative for CW.

Use the DEGREES or RADIANS commands to switch between the two angle modes.

Example

LINE_PA 6, 2, -74