git-svn-id: svn://db.shs.com.ru/pip@579 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">PIP
|
||||
 <span id="projectnumber">1.0.0_rc3</span>
|
||||
 <span id="projectnumber">1.4.0</span>
|
||||
</div>
|
||||
<div id="projectbrief">Platform-Independent Primitives</div>
|
||||
</td>
|
||||
@@ -205,6 +205,7 @@ Functions</h1>
|
||||
<li>clamp(x, a, b) - trim x on range [a, b]</li>
|
||||
<li>step(x, s) - 0 if x < s, else 1</li>
|
||||
<li>mix(x, a, b) - interpolate between a and b linear for x (a * (1 - x) + b * x)</li>
|
||||
<li>round(x) - round</li>
|
||||
</ul>
|
||||
<p>There are some built-in constans:</p><ul>
|
||||
<li>i (imaginary 1)</li>
|
||||
@@ -220,7 +221,7 @@ Example</h1>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="class_p_i_evaluator.html">PIEvaluator</a></li>
|
||||
<li class="footer">Generated on Tue May 23 2017 11:20:44 for PIP by
|
||||
<li class="footer">Generated on Fri Dec 8 2017 16:36:05 for PIP by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user