A Sandcastle Documented Class Library
Interpolate Method (frame, frame0, output0, frame1, output1, type)
NamespacesCollada.AnimationsKeyframeOutputInterpolate(Single, Single, KeyframeOutput, Single, KeyframeOutput, InterpolationType)

[Missing <summary> documentation for M:Collada.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,Collada.Animations.KeyframeOutput,System.Single,Collada.Animations.KeyframeOutput,Collada.Animations.InterpolationType)]

Declaration Syntax
C#Visual BasicVisual C++
public static KeyframeOutput Interpolate(
	float frame,
	float frame0,
	KeyframeOutput output0,
	float frame1,
	KeyframeOutput output1,
	InterpolationType type
)
Public Shared Function Interpolate ( _
	frame As Single, _
	frame0 As Single, _
	output0 As KeyframeOutput, _
	frame1 As Single, _
	output1 As KeyframeOutput, _
	type As InterpolationType _
) As KeyframeOutput
public:
static KeyframeOutput^ Interpolate(
	float frame, 
	float frame0, 
	KeyframeOutput^ output0, 
	float frame1, 
	KeyframeOutput^ output1, 
	InterpolationType type
)
Parameters
frame (Single)

[Missing <param name="frame"/> documentation for "M:Collada.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,Collada.Animations.KeyframeOutput,System.Single,Collada.Animations.KeyframeOutput,Collada.Animations.InterpolationType)"]

frame0 (Single)

[Missing <param name="frame0"/> documentation for "M:Collada.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,Collada.Animations.KeyframeOutput,System.Single,Collada.Animations.KeyframeOutput,Collada.Animations.InterpolationType)"]

output0 (KeyframeOutput)

[Missing <param name="output0"/> documentation for "M:Collada.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,Collada.Animations.KeyframeOutput,System.Single,Collada.Animations.KeyframeOutput,Collada.Animations.InterpolationType)"]

frame1 (Single)

[Missing <param name="frame1"/> documentation for "M:Collada.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,Collada.Animations.KeyframeOutput,System.Single,Collada.Animations.KeyframeOutput,Collada.Animations.InterpolationType)"]

output1 (KeyframeOutput)

[Missing <param name="output1"/> documentation for "M:Collada.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,Collada.Animations.KeyframeOutput,System.Single,Collada.Animations.KeyframeOutput,Collada.Animations.InterpolationType)"]

type (InterpolationType)

[Missing <param name="type"/> documentation for "M:Collada.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,Collada.Animations.KeyframeOutput,System.Single,Collada.Animations.KeyframeOutput,Collada.Animations.InterpolationType)"]

Return Value

[Missing <returns> documentation for M:Collada.Animations.KeyframeOutput.Interpolate(System.Single,System.Single,Collada.Animations.KeyframeOutput,System.Single,Collada.Animations.KeyframeOutput,Collada.Animations.InterpolationType)]

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)