Click or drag to resize

CoordinateDistanceSqXY Method

Distance squared in XY coordinates. (does not take the square root for - optimizations when eg. searching for smallest distance)

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 double DistanceSqXY(
	ICoordinate other
)

Parameters

other
Type: DHI.Mike1D.Generic.Spatial.GeometryICoordinate

Return Value

Type: Double
See Also