Easing.

Easing.Circular Class

Summary

Functions based on circular equations.
Assembly
Animancer.dll
Namespace
Animancer
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Easing.Circular"] class Type type-node

Syntax

public static class Easing.Circular

Methods

Name Value Summary
In(float) float
Interpolates the `value` based on a shifted quadrant IV of a unit circle.
static
In(float, float, float) float
A variant of Animancer.Easing.Circular.In(System.Single) with a custom range instead of 0 to 1.
static
InDerivative(float) float
Returns the derivative of Animancer.Easing.Circular.In(System.Single).
static
InDerivative(float, float, float) float
A variant of Animancer.Easing.Circular.InDerivative(System.Single) with a custom range instead of 0 to 1.
static
InOut(float) float
Interpolate using Animancer.Easing.Circular.In(System.Single) (0 to 0.5) or Animancer.Easing.Circular.Out(System.Single) (0.5 to 1).
static
InOut(float, float, float) float
A variant of Animancer.Easing.Circular.InOut(System.Single) with a custom range instead of 0 to 1.
static
InOutDerivative(float) float
Returns the derivative of Animancer.Easing.Circular.InOut(System.Single).
static
InOutDerivative(float, float, float) float
A variant of Animancer.Easing.Circular.InDerivative(System.Single) with a custom range instead of 0 to 1.
static
Out(float) float
Interpolates the `value` based on a shifted quadrant II of a unit circle.
static
Out(float, float, float) float
A variant of Animancer.Easing.Circular.Out(System.Single) with a custom range instead of 0 to 1.
static
OutDerivative(float) float
Returns the derivative of Animancer.Easing.Circular.Out(System.Single).
static
OutDerivative(float, float, float) float
A variant of Animancer.Easing.Circular.InDerivative(System.Single) with a custom range instead of 0 to 1.
static