Click or drag to resize

CylinderCoverageGrid Constructor (Double, Double, Double, Double, Double, ReferenceFrame)

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

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public CylinderCoverageGrid(
	double radius,
	double height,
	double angularResolution,
	double radialResolution,
	double heightResolution,
	ReferenceFrame frame
)

Parameters

radius
Type: System.Double
The radius of the cylinder.
height
Type: System.Double
The height of the cylinder.
angularResolution
Type: System.Double
The angular resolution of the cylinder.
radialResolution
Type: System.Double
The radial gridding resolution of the cylinder.
heightResolution
Type: System.Double
The height resolution of the cylinder.
frame
Type: AGI.Foundation.Geometry.ReferenceFrame
The ReferenceFrame in which this cylinder is defined.
See Also