nn::math::Hermite Function| Name | Description | |
|---|---|---|
| in | v0 | Value at point 1. |
| in | t0 | Slope at point 1. |
| in | v1 | Value at point 2. |
| in | t1 | Slope at point 2. |
| in | p | Distance from point 1 to the interpolation target position. |
| in | d | Distance between point 1 and point 2. |
Hermite interpolation calculation.
CONFIDENTIAL