Click or drag to resize

FirstPartialsOfHeight Constructor

Create a new instance.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public FirstPartialsOfHeight(
	double longitudePartial,
	double latitudePartial
)

Parameters

longitudePartial
Type: SystemDouble
The partial derivative with respect to longitude.
latitudePartial
Type: SystemDouble
The partial derivative with respect to latitude.
See Also