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