blob: c1b3be4b1a0339479670746382ca8c8000e0050a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<!DOCTYPE KigMacroFile>
<KigMacroFile Number="1" Version="0.9.0" >
<Macro>
<Name>Vector Difference</Name>
<Description>Construct the vector difference of two vectors.</Description>
<ActionName>objects_new_vectordifference</ActionName>
<IconFileName>vectordifference</IconFileName>
<Construction>
<input requirement="vector" id="1">
<UseText>Construct the vector difference of this vector and another one.</UseText>
<SelectStatement>Select the first of the two vectors of which you want to construct the difference...</SelectStatement>
</input>
<input requirement="vector" id="2">
<UseText>Construct the vector difference of the other vector and this one.</UseText>
<SelectStatement>Select the other of the two vectors of which you want to construct the difference...</SelectStatement>
</input>
<input requirement="point" id="3">
<UseText>Construct the vector difference starting at this point.</UseText>
<SelectStatement>Select the point to construct the difference vector in...</SelectStatement>
</input>
<intermediate action="fetch-property" property="vector-opposite" id="4" >
<arg>2</arg>
</intermediate>
<result action="calc" type="VectorSum" id="5" >
<arg>1</arg>
<arg>4</arg>
<arg>3</arg>
</result>
</Construction>
</Macro>
</KigMacroFile>
|