Logical3DInterpolate Method |
Interpolates between two logical coordinates.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Logical3D Interpolate(
Logical3D from,
Logical3D to,
double t
)
Parameters
- from Logical3D
- The start coordinate.
- to Logical3D
- The target coordinate.
- t Double
- The interpolation parameter.
Return Value
Logical3DThe interpolated coordinate.
See Also