heh, no. offset and factor weren't swapped. Reverting that part. :-)
This commit is contained in:
parent
970710613d
commit
d9945b43ce
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ specified.)</p>
|
||||||
<blockquote><pre> scale = property * factor + offset
|
<blockquote><pre> scale = property * factor + offset
|
||||||
</pre></blockquote>
|
</pre></blockquote>
|
||||||
|
|
||||||
<p>Specifying a factor of 1.0 and an offset of 0.0 is equivalent to no
|
<p>Specifying a factor of 0.0 and an offset of 1.0 is equivalent to no
|
||||||
scaling at all.</p>
|
scaling at all.</p>
|
||||||
|
|
||||||
<p>As you can see in the above example, at ground level (the property
|
<p>As you can see in the above example, at ground level (the property
|
||||||
|
|
Loading…
Reference in a new issue