Click or drag to resize

CoordinateDistanceSqXYZ Method

Distance squared in XYZ 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 DistanceSqXYZ(
	ICoordinate other
)

Parameters

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

Return Value

Type: Double
See Also