You are here: Start » Function Reference » Geometry 2D » Geometry 2D Interpolations

Geometry 2D Interpolations

Icon Name Description / Applications Modules
AverageAngle AverageAngle

Computes the average of the input angles using points on a unit circle.

FoundationLite
AveragePoint AveragePoint

Computes the middle point of two input points.

FoundationLite
LerpAngles LerpAngles

Linearly interpolates between two angles in the direction of minimum turn.

FoundationLite
LerpPaths LerpPaths

Linearly interpolates between two paths.

FoundationLite
LerpPoints LerpPoints

Linearly interpolates between two points.

FoundationLite
LerpSegments LerpSegments

Linearly interpolates between two segments.

FoundationLite
LerpVectors LerpVectors

Linearly interpolates between two vectors.

FoundationLite
LerpVectors_Radial LerpVectors_Radial

Linearly interpolates between two radial vectors.

FoundationLite
MedianAngle 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