Click or drag to resize

SecondPartialsOfHeight 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 SecondPartialsOfHeight(
	double longitudeLongitudePartial,
	double latitudeLatitudePartial,
	double longitudeLatitudeMixedPartial
)

Parameters

longitudeLongitudePartial
Type: SystemDouble
The second partial derivative with respect to longitude.
latitudeLatitudePartial
Type: SystemDouble
The second partial derivative with respect to latitude.
longitudeLatitudeMixedPartial
Type: SystemDouble
The mixed partial derivative with respect to longitude and latitude.
See Also