Click or drag to resize

SecondPartialsOfHeight Structure

A set of second order mixed partial derivatives of terrain height with respect to longitude and latitude.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public struct SecondPartialsOfHeight

The SecondPartialsOfHeight type exposes the following members.

Constructors
  NameDescription
Public methodSecondPartialsOfHeight
Create a new instance.
Top
Properties
  NameDescription
Public propertyIsUndefined
Gets a value indicating whether the values for the partials are not NaN.
Public propertyLatitudeLatitudePartial
Gets the second partial derivative with respect to latitude.
Public propertyLongitudeLatitudeMixedPartial
Gets the mixed partial derivative with respect to longitude and latitude.
Public propertyLongitudeLongitudePartial
Gets the second partial derivative with respect to longitude.
Public propertyStatic memberUndefined
Gets a static instance representing values for the partials such that they are undefined (NaN).
Public propertyStatic memberZero
Gets a static instance representing values for the partials equal to zero.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also