> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor/ks.reactor.ksmath/ks.reactor.ksmath.interpolation.md).

# Enum ksMath.Interpolation

Namespace: [KS.Reactor](/reactor/api-reference/ks.reactor.md)\
Assembly: KSCommon.dll

```csharp
public enum ksMath.Interpolation
```

## Fields

`CONSTANT = 11`

`EASE_IN_CIRC = 4`

`EASE_IN_CUBE = 5`

`EASE_IN_EXP = 3`

`EASE_IN_QUAD = 1`

`EASE_IN_SIN = 2`

`EASE_OUT_CIRC = 9`

`EASE_OUT_CUBE = 10`

`EASE_OUT_EXP = 8`

`EASE_OUT_QUAD = 6`

`EASE_OUT_SIN = 7`

`LINEAR = 0`
