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