Click or drag to resize

CoordinateInterpolate Method

Interpolate between two coordinates

Namespace:  DHI.Mike1D.Generic.Spatial.Geometry
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static Coordinate Interpolate(
	double fraction,
	ICoordinate c0,
	ICoordinate c1
)

Parameters

fraction
Type: SystemDouble
Fraction of 0 matches c0, fraction 1 matches c1
c0
Type: DHI.Mike1D.Generic.Spatial.GeometryICoordinate
First coordiante
c1
Type: DHI.Mike1D.Generic.Spatial.GeometryICoordinate
Second coordinate

Return Value

Type: Coordinate
See Also