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