Click or drag to resize

Logical3DInterpolateTo Method

[Missing <summary> documentation for "M:Altaxo.Graph.Logical3D.InterpolateTo(Altaxo.Graph.Logical3D,System.Double)"]


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

Parameters

to  Logical3D

[Missing <param name="to"/> documentation for "M:Altaxo.Graph.Logical3D.InterpolateTo(Altaxo.Graph.Logical3D,System.Double)"]

t  Double

[Missing <param name="t"/> documentation for "M:Altaxo.Graph.Logical3D.InterpolateTo(Altaxo.Graph.Logical3D,System.Double)"]

Return Value

Logical3D

[Missing <returns> documentation for "M:Altaxo.Graph.Logical3D.InterpolateTo(Altaxo.Graph.Logical3D,System.Double)"]

See Also