CIRCLE PC: 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=CIRCLE_PC <circle number>, <point>, <circle>
{{Command|syntax=[[Image:circle_pc.png|right|CIRCLE_PC]]CIRCLE_PC <circle number>, <point>, <circle>
|description=Create a circle where a given point lies on the circle and the defined circle is just touching the new circle.<br/> to determine a radius see [[CIRCLE_PCR]].
|description=Create a circle where a given point lies on the circle and the defined circle is just touching the new circle.<br/> to determine a radius see [[CIRCLE_PCR]].


Line 8: Line 8:


===Example===
===Example===
:- CIRCLE_PC 3, 5, 2
:CIRCLE_PC 3, 5, 2


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

Revision as of 20:06, 20 July 2010

Command

CIRCLE_PC
CIRCLE_PC
CIRCLE_PC <circle number>, <point>, <circle>


Create a circle where a given point lies on the circle and the defined circle is just touching the new circle.
to determine a radius see CIRCLE_PCR.

Parameters

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

Example

CIRCLE_PC 3, 5, 2