1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
7<title>Hermite</title>
8  </head>
9  <body>
10<h1><CODE><a href="../../nn/Overview.html">nn</a>::<a href="../../nn/math/Overview.html">math</a>::Hermite</CODE> Function</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14<a href="../../nn_types/f32.html">f32</a> Hermite(
15     <a href="../../nn_types/f32.html">f32</a> v0,
16     <a href="../../nn_types/f32.html">f32</a> t0,
17     <a href="../../nn_types/f32.html">f32</a> v1,
18     <a href="../../nn_types/f32.html">f32</a> t1,
19     <a href="../../nn_types/f32.html">f32</a> s
20);
21
22NN_FORCE_INLINE <a href="../../nn_types/f32.html">f32</a> Hermite(
23     <a href="../../nn_types/f32.html">f32</a> v0,
24     <a href="../../nn_types/f32.html">f32</a> t0,
25     <a href="../../nn_types/f32.html">f32</a> v1,
26     <a href="../../nn_types/f32.html">f32</a> t1,
27     <a href="../../nn_types/f32.html">f32</a> p,
28     <a href="../../nn_types/f32.html">f32</a> d
29);
30</pre>
31    </div>
32<h2>List of Overloaded Member Functions</h2>
33    <div class="section">
34      <table class="members">
35        <tr>
36          <td>
37<a href="./Hermite(0).html"><CODE>Hermite(f32, f32, f32, f32, f32)</CODE> </a>
38          </td>
39<td>Performs Hermite interpolation.</td>
40        </tr>
41        <tr>
42          <td>
43<a href="./Hermite(1).html"><CODE>Hermite(f32, f32, f32, f32, f32, f32)</CODE> </a>
44          </td>
45<td>Hermite interpolation calculation.</td>
46        </tr> </table>
47    </div>
48<h2><CODE>Hermite(f32, f32, f32, f32, f32)</CODE></h2>
49    <div class="section">
50<p>Performs Hermite interpolation.</p>
51    </div>
52<h2>Description of <CODE>Hermite(f32, f32, f32, f32, f32, f32)</CODE></h2>
53    <div class="section">
54<p>Hermite interpolation calculation.</p>
55    </div>
56  <hr><p>CONFIDENTIAL</p></body>
57</html>
58