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