Click or drag to resize

PenaltyProfile Enumeration

Penalty multiple profiles.

Namespace:  Demo3D.Visuals.KJE
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum PenaltyProfile
Members
  Member nameValueDescription
Linear0 The penalty multiple will be ramped up by linearly interpolating between the starting and ending penalty multiples.
Quadratic1 The penalty multiple will be ramped up by quadratically interpolating between the starting and ending penalty multiples.
Cubic2 The penalty multiple will be ramped up by cubically interpolating between the starting and ending penalty multiples.
Quartic3 The penalty multiple will be ramped up by quartically interpolating between the starting and ending penalty multiples.
Quintic4 The penalty multiple will be ramped up by quintically interpolating between the starting and ending penalty multiples.
See Also