CIRCLE PLR: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 12: Line 12:


===Example===
===Example===
:CIRCLE_PLR 3, 5, 1, 9, 1
:CIRCLE_PLR 1, 2, 1, 1, 1


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

Revision as of 22:43, 2 August 2010

Up

Command

CIRCLE_PLR
CIRCLE_PLR
CIRCLE_PLR <circle number>, <point>, <line>, <radius>, <option>


Create a circle where a given point lies on the circle, the given line is tangent to the circle, and the radius of the circle is defined.

Parameters

<circle number>
The number of the circle to be created.
A number between 1 and 100.
<point>
The number of an existing point.
<line>
The number of an existing line.
<radius>
radius of the circle or arc.
<option>
1 or 2, to select one of the 2 possible solutions.

Example

CIRCLE_PLR 1, 2, 1, 1, 1