Click or drag to resize

CurveInterpolater Class

Class used to easily get the values of a n AnimationCurve depending on the time passed in
Inheritance Hierarchy
SystemObject
  DustProductions.CoreCurveInterpolater

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class CurveInterpolater
Methods
  NameDescription
Public methodStatic memberInterpolateCurve(AnimationCurve, Single, Single, Single, Single)
Retrieve the interpolated float value between a start and end point at a certain time
Public methodStatic memberInterpolateCurve(AnimationCurve, Vector3, Vector3, Single, Single)
Retrieve the interpolated Vactor3 value between a start and end point at a certain time
Public methodStatic memberInterpolateCurveDistance(AnimationCurve, Single, Single, Single, Single)
Retrieve the interpolated float value between a start and end point at a certain time by passing in the distance instead of the end point
Public methodStatic memberInterpolateCurveDistance(AnimationCurve, Vector3, Vector3, Single, Single)
Retrieve the interpolated Vector3 value between a start and end point at a certain time by passing in the distance instead of the end point
Top
See Also