This is the old Animancer v7.4 documentation. Click here for the latest version.

Back Class

Summary

Functions based on equations which go out of bounds then come back.
Assembly
Animancer.dll
Namespace
global
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Back"] class Type type-node

Syntax

public static class Back

Methods

Name Value Summary
In(float) float
static
In(float, float, float) float
A variant of Back.In(System.Single) with a custom range instead of 0 to 1.
static
InDerivative(float) float
Returns the derivative of Back.In(System.Single).
static
InDerivative(float, float, float) float
A variant of Back.InDerivative(System.Single) with a custom range instead of 0 to 1.
static
InOut(float) float
Interpolate using Back.In(System.Single) (0 to 0.5) or Back.Out(System.Single) (0.5 to 1).
static
InOut(float, float, float) float
A variant of Back.InOut(System.Single) with a custom range instead of 0 to 1.
static
InOutDerivative(float) float
Returns the derivative of Back.InOut(System.Single).
static
InOutDerivative(float, float, float) float
A variant of Back.InDerivative(System.Single) with a custom range instead of 0 to 1.
static
Out(float) float
static
Out(float, float, float) float
A variant of Back.Out(System.Single) with a custom range instead of 0 to 1.
static
OutDerivative(float) float
Returns the derivative of Back.Out(System.Single).
static
OutDerivative(float, float, float) float
A variant of Back.InDerivative(System.Single) with a custom range instead of 0 to 1.
static