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