Click or drag to resize

Logical3DInterpolateTo Method

Interpolates from this value to another logical coordinate.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Logical3D InterpolateTo(
	Logical3D to,
	double t
)

Parameters

to  Logical3D
The target coordinate.
t  Double
The interpolation parameter.

Return Value

Logical3D
The interpolated coordinate.
See Also