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