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