Example #1
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <remarks>
 /// <para>
 /// <paramref name="settings"/> is stored as a reference, not a copy.  So changes to
 /// the settings object will be reflected in the interpolator.
 /// </para>
 /// </remarks>
 /// <param name="settings">The settings to use.</param>
 public SmoothStepMoveToHelper(TrsInterpolationParams settings)
     : base(settings)
 {
 }
Example #2
0
 protected abstract TrsSmoothStepHelper CreateHelper(TrsInterpolationParams settings);