Back to Aurora Vision Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Interpolations
Geometry 2D Interpolations
Select a function from the list below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| AverageAngle | Computes the average of the input angles using points on a unit circle. |
||
| AveragePoint | Computes the middle point of two input points. |
||
| LerpAngles | Linearly interpolates between two angles in the direction of minimum turn. |
||
| LerpPaths | Linearly interpolates between two paths. |
||
| LerpPoints | Linearly interpolates between two points. |
||
| LerpSegments | Linearly interpolates between two segments. |
||
| LerpVectors | Linearly interpolates between two vectors. |
||
| LerpVectors_Radial | Linearly interpolates between two radial vectors. |
||
| MedianAngle | Computes the median angle of the input angles. This is a substitute for arithmetic average which cannot be done well for angles. For example the average of 1 and 359 is incorrectly 180 (we think 0). |
