ConeCoverageGrid Constructor (Double, 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 ConeCoverageGrid(
double coneBaseRadius,
double coneHeight,
int numberOfAngularPoints,
int numberOfRadialPoints,
int numberOfHeightPoints,
ReferenceFrame referenceFrame
)
Public Sub New (
coneBaseRadius As Double,
coneHeight As Double,
numberOfAngularPoints As Integer,
numberOfRadialPoints As Integer,
numberOfHeightPoints As Integer,
referenceFrame As ReferenceFrame
)
public:
ConeCoverageGrid(
double coneBaseRadius,
double coneHeight,
int numberOfAngularPoints,
int numberOfRadialPoints,
int numberOfHeightPoints,
ReferenceFrame^ referenceFrame
)
new :
coneBaseRadius : float *
coneHeight : float *
numberOfAngularPoints : int *
numberOfRadialPoints : int *
numberOfHeightPoints : int *
referenceFrame : ReferenceFrame -> ConeCoverageGrid
Parameters
- coneBaseRadius
- Type: SystemDouble
The radius of the base of the cone. - coneHeight
- Type: SystemDouble
The height of the cone. - numberOfAngularPoints
- Type: SystemInt32
The number of points to use in the angle coordinate. - numberOfRadialPoints
- Type: SystemInt32
The number of points to use in the radial coordinate. - numberOfHeightPoints
- Type: SystemInt32
The number of points to use in the height coordinate. - referenceFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame in which this cone is defined.
See Also