CoverageGridPoint Class |
Namespace: AGI.Foundation.Geometry.Discrete
The CoverageGridPoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | CoverageGridPoint(Point, Scalar, ReferenceFrame) |
Creates a new instance based on the given point, weight, and reference frame.
|
![]() | CoverageGridPoint(Point, Scalar, ICoverageGridCell, ReferenceFrame) |
Creates a new instance based on the given point, weight, grid cell, and reference frame.
|
![]() | CoverageGridPoint(Point, Scalar, ReferenceFrame, CentralBody) |
Creates a new instance based on the given point, weight, central body, and reference frame.
|
![]() | CoverageGridPoint(Point, Scalar, ICoverageGridCell, ReferenceFrame, CentralBody) |
Creates a new instance based on the given point, weight, grid cell, central body, and reference frame.
|
Name | Description | |
---|---|---|
![]() | CentralBody |
Gets the (optional) CentralBody associated with this grid point. This item may be null.
|
![]() | CoverageGridCell |
Gets the (optional) grid cell associated with this grid point. This item may be null.
|
![]() | Position |
Gets the point representing this grid point.
|
![]() | ReferenceFrame |
Gets the reference frame in which this grid point is defined.
|
![]() | Weight |
Gets the weight representing the relative importance of this grid point with respect to
the entire grid.
|
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.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |