[This is preliminary documentation and is subject to change.]

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

Namespace:  Mogware.VisualStudio.ColladaNet.Animations
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)

Syntax

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

Parameters

frame
Type: System..::.Single

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

frame0
Type: System..::.Single

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

output0
Type: Mogware.VisualStudio.ColladaNet.Animations..::.KeyframeOutput

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

frame1
Type: System..::.Single

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

output1
Type: Mogware.VisualStudio.ColladaNet.Animations..::.KeyframeOutput

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

type
Type: Mogware.VisualStudio.ColladaNet.Animations..::.InterpolationType

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

Return Value

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

See Also