Skip to content

Commit

Permalink
fix-issue#3
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchu committed May 23, 2016
1 parent 0e2519c commit f904ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/dirty-flag.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Phil Karlton有句名言:“计算机科学中只有两件难事:缓存一

这里我们唯一需要的操作就是`combine()`
这样可以将父节点链上所有的自身转换组合起来获得对象的世界转换。
同样有办法来获得“原先”的转换——通常是一个身份矩阵,没有平移,旋转,或者拉伸。
同样有办法来获得“原点”转换——通常是一个单位矩阵,没有平移,旋转,或者拉伸。

下面,我们勾勒出场景图中的对象类。这是在应用模式*之前*,需要的最低限度的东西。

Expand Down
2 changes: 1 addition & 1 deletion html/dirty-flag.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h2><a href="#示例代码" name="示例代码">示例代码</a></h2>

<p>这里我们唯一需要的操作就是<code>combine()</code>
这样可以将父节点链上所有的自身转换组合起来获得对象的世界转换。
同样有办法来获得“原先”的转换——通常是一个身份矩阵,没有平移,旋转,或者拉伸。</p>
同样有办法来获得“原点”转换——通常是一个单位矩阵,没有平移,旋转,或者拉伸。</p>
<p>下面,我们勾勒出场景图中的对象类。这是在应用模式<em>之前</em>,需要的最低限度的东西。</p>
<div class="codehilite"><pre><span></span><span class="k">class</span> <span class="nc">GraphNode</span>
<span class="p">{</span>
Expand Down

0 comments on commit f904ca4

Please sign in to comment.