You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Interpolations
Geometry 2D Interpolations
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| AverageAngle | Computes the average of the input angles using points on a unit circle.  | 
		FoundationLite | ||
| AveragePoint | Computes the middle point of two input points.  | 
		FoundationLite | ||
| LerpAngles | Linearly interpolates between two angles in the direction of minimum turn.  | 
		FoundationLite | ||
| LerpPaths | Linearly interpolates between two paths.  | 
		FoundationLite | ||
| LerpPoints | Linearly interpolates between two points.  | 
		FoundationLite | ||
| LerpSegments | Linearly interpolates between two segments.  | 
		FoundationLite | ||
| LerpVectors | Linearly interpolates between two vectors.  | 
		FoundationLite | ||
| LerpVectors_Radial | Linearly interpolates between two radial vectors.  | 
		FoundationLite | ||
| 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).  | 
		FoundationLite | 
