PenaltyProfile Enumeration |
Penalty multiple profiles.
Namespace:
Demo3D.Visuals.KJE
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic enum PenaltyProfile
Members|
| Member name | Value | Description |
|---|
| Linear | 0 |
The penalty multiple will be ramped up by linearly interpolating between the starting
and ending penalty multiples.
|
| Quadratic | 1 |
The penalty multiple will be ramped up by quadratically interpolating between the
starting and ending penalty multiples.
|
| Cubic | 2 |
The penalty multiple will be ramped up by cubically interpolating between the starting
and ending penalty multiples.
|
| Quartic | 3 |
The penalty multiple will be ramped up by quartically interpolating between the
starting and ending penalty multiples.
|
| Quintic | 4 |
The penalty multiple will be ramped up by quintically interpolating between the starting
and ending penalty multiples.
|
See Also