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

Return Value

Type: VertexPosition3DColorUV

Implements

Lerp T  Lerp(T, Single)
See Also