Cubic interpolation curve used in the vvvv timeline

Namespace: VVVV.Utils.VMath
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public static double SolveCubic(
	double CurrenTime,
	double Handle0,
	double Handle1,
	double Handle2,
	double Handle3
)

Parameters

CurrenTime
Type: System..::..Double

[Missing <param name="CurrenTime"/> documentation for "M:VVVV.Utils.VMath.VMath.SolveCubic(System.Double,System.Double,System.Double,System.Double,System.Double)"]

Handle0
Type: System..::..Double

[Missing <param name="Handle0"/> documentation for "M:VVVV.Utils.VMath.VMath.SolveCubic(System.Double,System.Double,System.Double,System.Double,System.Double)"]

Handle1
Type: System..::..Double

[Missing <param name="Handle1"/> documentation for "M:VVVV.Utils.VMath.VMath.SolveCubic(System.Double,System.Double,System.Double,System.Double,System.Double)"]

Handle2
Type: System..::..Double

[Missing <param name="Handle2"/> documentation for "M:VVVV.Utils.VMath.VMath.SolveCubic(System.Double,System.Double,System.Double,System.Double,System.Double)"]

Handle3
Type: System..::..Double

[Missing <param name="Handle3"/> documentation for "M:VVVV.Utils.VMath.VMath.SolveCubic(System.Double,System.Double,System.Double,System.Double,System.Double)"]

Return Value

[Missing <returns> documentation for "M:VVVV.Utils.VMath.VMath.SolveCubic(System.Double,System.Double,System.Double,System.Double,System.Double)"]

See Also