VertexPosition3DColor Lerp Method Delta Engine Documentation

Namespace: DeltaEngine.Graphics.Vertices
Assembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public VertexPosition3DColor Lerp(
	VertexPosition3DColor other,
	float interpolation
)

Return Value

Type: VertexPosition3DColor

Implements

Lerp T  Lerp(T, Single)
See Also