SpheroidCoverageGrid Constructor (Double, Int32, Int32, Int32, ReferenceFrame) |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.Double
The radius of the spheroid. - numberOfClockAnglePoints
- Type: System.Int32
The number of points in the azimuth coordinate. - numberOfConeAnglePoints
- Type: System.Int32
The number of points in the polar coordinate. - numberOfRadialPoints
- Type: System.Int32
The number of points in the radius coordinate. - frame
- Type: AGI.Foundation.Geometry.ReferenceFrame
The reference frame of the grid.
See Also