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