VertexPosition2DColorUV 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 VertexPosition2DColorUV Lerp(
	VertexPosition2DColorUV other,
	float interpolation
)

Return Value

Type: VertexPosition2DColorUV

Implements

Lerp T  Lerp(T, Single)
See Also