Click or drag to resize

CoordinateAddition Operator (Coordinate, Vector)

Add vector to coordinate and return a new coordinate.

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 operator +(
	Coordinate coor,
	Vector vec
)

Parameters

coor
Type: DHI.Mike1D.Generic.Spatial.GeometryCoordinate
Coordinate
vec
Type: DHI.Mike1D.Generic.Spatial.GeometryVector
Vector to add

Return Value

Type: Coordinate
A new coordinate having added the vector to the coordinate
See Also