ConeCoverageGrid Constructor (Double, Double, Double, Double, Double, 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 baseRadius,
double coneHeight,
double angularResolution,
double radialResolution,
double heightResolution,
ReferenceFrame referenceFrame
)
Public Sub New (
baseRadius As Double,
coneHeight As Double,
angularResolution As Double,
radialResolution As Double,
heightResolution As Double,
referenceFrame As ReferenceFrame
)
public:
ConeCoverageGrid(
double baseRadius,
double coneHeight,
double angularResolution,
double radialResolution,
double heightResolution,
ReferenceFrame^ referenceFrame
)
new :
baseRadius : float *
coneHeight : float *
angularResolution : float *
radialResolution : float *
heightResolution : float *
referenceFrame : ReferenceFrame -> ConeCoverageGrid
Parameters
- baseRadius
- Type: SystemDouble
The radius of the base of the cone. - coneHeight
- Type: SystemDouble
The height of the cone. - angularResolution
- Type: SystemDouble
The angular resolution of the cone. - radialResolution
- Type: SystemDouble
The minimum spacing in the radial coordinate of the cone. - heightResolution
- Type: SystemDouble
The minimum spacing in the height coordinate of the cone. - referenceFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame in which this cone is defined.
See Also