Click or drag to resize

QuadMapXy2Uv Method

Mapping from geographic coordinates (x,y) to local coordinate system (u,v), u normalized distance in base line direction, v normalized distance in height direction. Both in interval [0,1]

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 bool MapXy2Uv(
	double x,
	double y,
	out double u,
	out double v
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
u
Type: SystemDouble
v
Type: SystemDouble

Return Value

Type: Boolean
See Also