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

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

Declaration Syntax
C#Visual BasicVisual C++
protected override KeyframeOutput Interpolate(
	float frame,
	float frame0,
	float frame1,
	KeyframeOutput output1,
	InterpolationType type
)
Protected Overrides Function Interpolate ( _
	frame As Single, _
	frame0 As Single, _
	frame1 As Single, _
	output1 As KeyframeOutput, _
	type As InterpolationType _
) As KeyframeOutput
protected:
virtual KeyframeOutput^ Interpolate(
	float frame, 
	float frame0, 
	float frame1, 
	KeyframeOutput^ output1, 
	InterpolationType type
) override
Parameters
frame (Single)

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

frame0 (Single)

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

frame1 (Single)

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

output1 (KeyframeOutput)

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

type (InterpolationType)

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

Return Value

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

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