MathsEngine 0.1.2
Loading...
Searching...
No Matches
Baruah.MathsEngine.Formula.Utility Namespace Reference

Namespaces

namespace  Range

Classes

class  AnimationCurveNode
 Evaluates a Unity AnimationCurve using the value produced by a time node. More...
class  BaseRangeNode
class  DeltaTimeNode
 Returns Unity's frame delta time. More...
class  FixedDeltaTimeNode
 Returns Unity's fixed update timestep. More...
class  MaxNode
 Returns the larger of two values. More...
class  MinNode
 Returns the smaller of two values. More...
class  MoveTowardsNode
 Gradually moves a value toward a target value. More...
class  PingPongNode
 Produces a repeating ping-pong value between 0 and a specified length. More...
class  SmoothStepNode
 Performs smooth interpolation between two values. More...
class  TimeNode
 Returns the current Unity runtime time. More...