moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kig / macros / osculating_circle.kigt
blob59ba450aa0ef438981ba48a0b06dfa22f7aad169
1 <!DOCTYPE KigMacroFile>
2 <KigMacroFile Number="1" Version="0.9.0" >
3  <Macro>
4   <Name>Osculating Circle</Name>
5   <Description>Osculating circle of a curve at a point</Description>
6   <ActionName>objects_new_osculatingcircle</ActionName>
7   <IconFileName>osculatingcircle</IconFileName>
8   <Construction>
9    <input requirement="curve" id="1">
10     <UseText>Osculating circle of this curve</UseText>
11     <SelectStatement>Select the curve...</SelectStatement>
12    </input>
13    <input requirement="point" id="2">
14     <UseText>Osculating circle at this point</UseText>
15     <SelectStatement>Select the point...</SelectStatement>
16    </input>
17    <intermediate action="calc" type="CocCurve" id="3" >
18     <arg>1</arg>
19     <arg>2</arg>
20    </intermediate>
21    <result action="calc" type="CircleBCP" id="4" >
22     <arg>3</arg>
23     <arg>2</arg>
24    </result>
25   </Construction>
26  </Macro>
27 </KigMacroFile>