TorusCoverageGrid 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 TorusCoverageGrid(
double majorRadius,
double minorRadius,
double circleRadiusResolution,
double majorClockAngleResolution,
double minorClockAngleResolution,
ReferenceFrame referenceFrame
)
Public Sub New (
majorRadius As Double,
minorRadius As Double,
circleRadiusResolution As Double,
majorClockAngleResolution As Double,
minorClockAngleResolution As Double,
referenceFrame As ReferenceFrame
)
public:
TorusCoverageGrid(
double majorRadius,
double minorRadius,
double circleRadiusResolution,
double majorClockAngleResolution,
double minorClockAngleResolution,
ReferenceFrame^ referenceFrame
)
new :
majorRadius : float *
minorRadius : float *
circleRadiusResolution : float *
majorClockAngleResolution : float *
minorClockAngleResolution : float *
referenceFrame : ReferenceFrame -> TorusCoverageGrid
Parameters
- majorRadius
- Type: SystemDouble
The radius of the torus. - minorRadius
- Type: SystemDouble
The radius of the circle of revolution. - circleRadiusResolution
- Type: SystemDouble
The minimum distance along the circle of revolution's radial direction. - majorClockAngleResolution
- Type: SystemDouble
The minimum angular separation between the circles of revolution. - minorClockAngleResolution
- Type: SystemDouble
The angular resolution of the circle of revolution. - referenceFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The reference frame in which this torus is defined.
See Also