Click or drag to resize

ConeCoverageGrid Constructor (Double, Double, Double, Double, Double, ReferenceFrame)

Initializes a cone grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Epsilon10. UseCellVolumeForWeight and SaveGridCell are both set to .

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ConeCoverageGrid(
	double baseRadius,
	double coneHeight,
	double angularResolution,
	double radialResolution,
	double heightResolution,
	ReferenceFrame referenceFrame
)

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