Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public Range<T> Lerp(
Range<T> other,
float interpolation
)
public Range<T> Lerp(
Range<T> other,
float interpolation
)
Public Function Lerp (
other As Range(Of T),
interpolation As Single
) As Range(Of T)
Public Function Lerp (
other As Range(Of T),
interpolation As Single
) As Range(Of T)
public:
virtual Range<T>^ Lerp(
Range<T>^ other,
float interpolation
) sealed
public:
virtual Range<T>^ Lerp(
Range<T>^ other,
float interpolation
) sealed
abstract Lerp :
other : Range<'T> *
interpolation : float32 -> Range<'T>
override Lerp :
other : Range<'T> *
interpolation : float32 -> Range<'T>
abstract Lerp :
other : Range<'T> *
interpolation : float32 -> Range<'T>
override Lerp :
other : Range<'T> *
interpolation : float32 -> Range<'T>
Return Value
Type:
Range T Implements
Lerp T Lerp(T, Single)