CylinderCoverageGrid 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 CylinderCoverageGrid(
double radius,
double height,
double angularResolution,
double radialResolution,
double heightResolution,
ReferenceFrame frame
)
Public Sub New (
radius As Double,
height As Double,
angularResolution As Double,
radialResolution As Double,
heightResolution As Double,
frame As ReferenceFrame
)
public:
CylinderCoverageGrid(
double radius,
double height,
double angularResolution,
double radialResolution,
double heightResolution,
ReferenceFrame^ frame
)
new :
radius : float *
height : float *
angularResolution : float *
radialResolution : float *
heightResolution : float *
frame : ReferenceFrame -> CylinderCoverageGrid
Parameters
- radius
- Type: SystemDouble
The radius of the cylinder. - height
- Type: SystemDouble
The height of the cylinder. - angularResolution
- Type: SystemDouble
The angular resolution of the cylinder. - radialResolution
- Type: SystemDouble
The radial gridding resolution of the cylinder. - heightResolution
- Type: SystemDouble
The height resolution of the cylinder. - frame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame in which this cylinder is defined.
See Also