Summary
Functions based on circular equations.
- Assembly
- Animancer
.dll - Namespace
- global
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Circular"]
class Type type-node
Syntax
public static class Circular
Methods
Name | Value | Summary |
---|---|---|
In |
float |
Interpolates the `value` based on a shifted quadrant IV of a unit circle.
static
|
In |
float |
A variant of
Circular.In(System.Single) with a custom range instead of 0 to 1.static
|
InDerivative |
float |
Returns the derivative of
Circular.In(System.Single) .static
|
InDerivative |
float |
A variant of
Circular.InDerivative(System.Single) with a custom range instead of 0 to 1.static
|
InOut |
float |
Interpolate using
Circular.In(System.Single) (0 to 0.5) or Circular.Out(System.Single) (0.5 to 1).static
|
InOut |
float |
A variant of
Circular.InOut(System.Single) with a custom range instead of 0 to 1.static
|
InOutDerivative |
float |
Returns the derivative of
Circular.InOut(System.Single) .static
|
InOutDerivative |
float |
A variant of
Circular.InDerivative(System.Single) with a custom range instead of 0 to 1.static
|
Out |
float |
Interpolates the `value` based on a shifted quadrant II of a unit circle.
static
|
Out |
float |
A variant of
Circular.Out(System.Single) with a custom range instead of 0 to 1.static
|
OutDerivative |
float |
Returns the derivative of
Circular.Out(System.Single) .static
|
OutDerivative |
float |
A variant of
Circular.InDerivative(System.Single) with a custom range instead of 0 to 1.static
|