Exemplo n.º 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 SmoothFollowPositionHelper(TrsSmoothFollowParams settings)
     : base(settings)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a helper the uses the provided settings.
 /// </summary>
 /// <param name="settings">The helper settings.</param>
 /// <returns>A helper the uses the provided settings.</returns>
 protected abstract TrsSmoothFollowHelper CreateHelper(TrsSmoothFollowParams settings);