Namespace: DeltaEngine.Graphics.VerticesAssembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
public VertexPosition2DColor Lerp(
VertexPosition2DColor other,
float interpolation
)
public VertexPosition2DColor Lerp(
VertexPosition2DColor other,
float interpolation
)
Public Function Lerp (
other As VertexPosition2DColor,
interpolation As Single
) As VertexPosition2DColor
Public Function Lerp (
other As VertexPosition2DColor,
interpolation As Single
) As VertexPosition2DColor
public:
virtual VertexPosition2DColor Lerp(
VertexPosition2DColor other,
float interpolation
) sealed
public:
virtual VertexPosition2DColor Lerp(
VertexPosition2DColor other,
float interpolation
) sealed
abstract Lerp :
other : VertexPosition2DColor *
interpolation : float32 -> VertexPosition2DColor
override Lerp :
other : VertexPosition2DColor *
interpolation : float32 -> VertexPosition2DColor
abstract Lerp :
other : VertexPosition2DColor *
interpolation : float32 -> VertexPosition2DColor
override Lerp :
other : VertexPosition2DColor *
interpolation : float32 -> VertexPosition2DColor
Return Value
Type:
VertexPosition2DColorImplements
Lerp T Lerp(T, Single)