SpheroidCoverageGrid Constructor (Double, Int32, Int32, Int32, ReferenceFrame) |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SpheroidCoverageGrid(
double radius,
int numberOfClockAnglePoints,
int numberOfConeAnglePoints,
int numberOfRadialPoints,
ReferenceFrame frame
)
Public Sub New (
radius As Double,
numberOfClockAnglePoints As Integer,
numberOfConeAnglePoints As Integer,
numberOfRadialPoints As Integer,
frame As ReferenceFrame
)
public:
SpheroidCoverageGrid(
double radius,
int numberOfClockAnglePoints,
int numberOfConeAnglePoints,
int numberOfRadialPoints,
ReferenceFrame^ frame
)
new :
radius : float *
numberOfClockAnglePoints : int *
numberOfConeAnglePoints : int *
numberOfRadialPoints : int *
frame : ReferenceFrame -> SpheroidCoverageGrid
Parameters
- radius
- Type: SystemDouble
The radius of the spheroid. - numberOfClockAnglePoints
- Type: SystemInt32
The number of points in the azimuth coordinate. - numberOfConeAnglePoints
- Type: SystemInt32
The number of points in the polar coordinate. - numberOfRadialPoints
- Type: SystemInt32
The number of points in the radius coordinate. - frame
- Type: AGI.Foundation.GeometryReferenceFrame
The reference frame of the grid.
See Also