POINT 2L: 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=POINT_2L <point number>, <line>, <line>,
{{Command|syntax=[[Image:point_2l.png|right|POINT_2L]]POINT_2L <point number>, <line>, <line>
|description=This is used to create a point between 2 lines.
|description=:Create a point where 2 lines intersect.


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


===Example===
===Example===
:- POINT_2L 15, L6, L9
:POINT_2L 5, 6, 9
 
:- POINT_2L 7, L2, L12
 
 


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

Revision as of 17:43, 21 July 2010

Command

POINT_2L
POINT_2L
POINT_2L <point number>, <line>, <line>


Create a point where 2 lines intersect.

Parameters

<point number>
The number of a previously defined macro point.
<line>
The number of an existing line.
<line>
The number of an existing line.

Example

POINT_2L 5, 6, 9