TerrainPosts Methods |
The TerrainPosts type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetFourPostHeights |
Gets the heights of four posts, specified by index.
| |
GetFourSurroundingPosts |
Gets the indices of the four posts surrounding a given longitude and latitude point.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPostHeight |
Gets the height at a post.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexToLatitude |
Gets the latitude of the post at a specified index.
| |
IndexToLongitude |
Gets the longitude of the post at a specified index.
| |
LatitudeToIndex |
Gets the index of the post at or immediately to the south of the specified latitude.
| |
LongitudeToIndex |
Gets the index of the post at or immediately to the west of the specified longitude.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |