Click or drag to resize

FirstPartialsOfHeight Structure

A set of first order 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 FirstPartialsOfHeight

The FirstPartialsOfHeight type exposes the following members.

Constructors
  NameDescription
Public methodFirstPartialsOfHeight
Create a new instance.
Top
Properties
  NameDescription
Public propertyIsUndefined
Gets a value indicating whether the values for the partials are not NaN.
Public propertyLatitudePartial
Gets the first order partial derivative of terrain height with respect to latitude.
Public propertyLongitudePartial
Gets the first order partial derivative of terrain height 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