Axiom 3D Rendering Engine
InterpolateValues Method (time, type, k1, k2)
NamespacesAxiom.AnimatingAnimableValueInterpolateValues(Single, AnimableType, Object, Object)

[Missing <summary> documentation for "M:Axiom.Animating.AnimableValue.InterpolateValues(System.Single,Axiom.Animating.AnimableType,System.Object,System.Object)"]

Declaration Syntax
C#Visual Basic
public static Object InterpolateValues(
	float time,
	AnimableType type,
	Object k1,
	Object k2
)
Public Shared Function InterpolateValues ( _
	time As Single, _
	type As AnimableType, _
	k1 As Object, _
	k2 As Object _
) As Object
Parameters
time (Single)

[Missing <param name="time"/> documentation for "M:Axiom.Animating.AnimableValue.InterpolateValues(System.Single,Axiom.Animating.AnimableType,System.Object,System.Object)"]

type (AnimableType)

[Missing <param name="type"/> documentation for "M:Axiom.Animating.AnimableValue.InterpolateValues(System.Single,Axiom.Animating.AnimableType,System.Object,System.Object)"]

k1 (Object)

[Missing <param name="k1"/> documentation for "M:Axiom.Animating.AnimableValue.InterpolateValues(System.Single,Axiom.Animating.AnimableType,System.Object,System.Object)"]

k2 (Object)

[Missing <param name="k2"/> documentation for "M:Axiom.Animating.AnimableValue.InterpolateValues(System.Single,Axiom.Animating.AnimableType,System.Object,System.Object)"]

Return Value

[Missing <returns> documentation for "M:Axiom.Animating.AnimableValue.InterpolateValues(System.Single,Axiom.Animating.AnimableType,System.Object,System.Object)"]

Assembly: Axiom (Module: Axiom) Version: 0.8.0.0 (0.8.0.0)