Logical3DInterpolateTo Method |
Interpolates from this value to another logical coordinate.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Logical3D InterpolateTo(
Logical3D to,
double t
)
Parameters
- to Logical3D
- The target coordinate.
- t Double
- The interpolation parameter.
Return Value
Logical3DThe interpolated coordinate.
See Also