Skip to content

Commit

Permalink
[VRG]
Browse files Browse the repository at this point in the history
- fixed a typo in doc/KB.pod.

git-svn-id: http://svn.berlios.de/svnroot/repos/unisimu/VRG@937 625e195c-0704-0410-94f2-f261ee9f2fe7
  • Loading branch information
agent committed Dec 27, 2006
1 parent a657823 commit d4fccd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions doc/KB.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,16 @@ <h1><a name="DESCRIPTION">DESCRIPTION</a></h1>
此种关系为 “斜交关系”)。</p>
</li>
<li>
<p>中前缀 (infix-prefix) <code>~</code> 表示谓词名前缀 <code>not_</code>, 例如 <code>a [~//] b</code> 等价于 <code>not_parallel(a, b)</code>.</p>
<p>中前缀 (infix-prefix) <code>~</code> 表示谓词名前缀 <code>not_</code>, 例如 <code>a [~//] b</code> 等价于
<code>space_not_parallel(a, b)</code>.</p>
</li>
<li>
<p>中包围缀 (infix-circumfix) <code>[ ]</code> 表示立体几何空间中的关系,比如 <code>a [//] b</code> 就等同于谓词
<code>space_parallel(a, b)</code>,而 <code>a [T] b</code> 就等同于谓词 <code>space_orthogonal(a, b)</code>.</p>
</li>
<li>
<p>中包围缀 <code>&lt; &gt;</code> 表示向量空间中的关系,例如 <code>a &lt;//&gt; b</code> 等价于谓词
<code>vector_parallel(a, b)</code>, 而 <code>a &lt;~T&gt; b</code> 则等价于谓词 <code>not_vector_orthogonal(a, b)</code>.</p>
<code>vector_parallel(a, b)</code>, 而 <code>a &lt;~T&gt; b</code> 则等价于谓词 <code>vector_not_orthogonal(a, b)</code>.</p>
</li>
</ul>
<p>特别地,以问号 (<code>?</code>) 起始的标识符为 XClips 变量,如 <code>?alpha</code>, <code>?m</code> 之类;否则为常量,如
Expand Down
5 changes: 3 additions & 2 deletions doc/KB.pod
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ VRG ֪ʶ

=item *

��ǰ׺ (infix-prefix) C<~> ��ʾν����ǰ׺ C<not_>, ���� C<a [~//] b> �ȼ��� C<not_parallel(a, b)>.
��ǰ׺ (infix-prefix) C<~> ��ʾν����ǰ׺ C<not_>, ���� C<a [~//] b> �ȼ���
C<space_not_parallel(a, b)>.

=item *

Expand All @@ -57,7 +58,7 @@ C<space_parallel(a, b)>
=item *

�а�Χ׺ C<< < > >> ��ʾ�����ռ��еĹ�ϵ������ C<< a <//> b >> �ȼ���ν��
C<vector_parallel(a, b)>, �� C<< a <~T> b >> ��ȼ���ν�� C<not_vector_orthogonal(a, b)>.
C<vector_parallel(a, b)>, �� C<< a <~T> b >> ��ȼ���ν�� C<vector_not_orthogonal(a, b)>.

=back

Expand Down

0 comments on commit d4fccd8

Please sign in to comment.