DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic.Spatial.Geometry
Coordinate Class
Coordinate Methods
Clone Method
CompareTo Method
Create Method
CreateM Method
CreateX Method
CreateXM Method
CreateXY Method
CreateXYM Method
CreateXYZ Method
CreateXYZM Method
DistanceSqXY Method
DistanceSqXYZ Method
DistanceXY Method
DistanceXYZ Method
Equals Method
GetHashCode Method
HasM Method
HasZ Method
Interpolate Method
InterpolateM Method
SUndefinedValue Method
ToString Method
UndefinedValue Method
Coordinate
Interpolate 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#
Copy
public
static
Coordinate
Interpolate
(
double
fraction
,
ICoordinate
c0
,
ICoordinate
c1
)
Parameters
fraction
Type:
System
Double
Fraction of 0 matches c0, fraction 1 matches c1
c0
Type:
DHI.Mike1D.Generic.Spatial.Geometry
ICoordinate
First coordiante
c1
Type:
DHI.Mike1D.Generic.Spatial.Geometry
ICoordinate
Second coordinate
Return Value
Type:
Coordinate
See Also
Reference
Coordinate Class
DHI.Mike1D.Generic.Spatial.Geometry Namespace