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