TorusCoverageGrid Constructor (Double, Double, Int32, Int32, Int32, 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,
int numberOfMinorRadiusPoints,
int numberOfMajorClockAnglePoints,
int numberOfMinorClockAnglePoints,
ReferenceFrame referenceFrame
)
Public Sub New (
majorRadius As Double,
minorRadius As Double,
numberOfMinorRadiusPoints As Integer,
numberOfMajorClockAnglePoints As Integer,
numberOfMinorClockAnglePoints As Integer,
referenceFrame As ReferenceFrame
)
public:
TorusCoverageGrid(
double majorRadius,
double minorRadius,
int numberOfMinorRadiusPoints,
int numberOfMajorClockAnglePoints,
int numberOfMinorClockAnglePoints,
ReferenceFrame^ referenceFrame
)
new :
majorRadius : float *
minorRadius : float *
numberOfMinorRadiusPoints : int *
numberOfMajorClockAnglePoints : int *
numberOfMinorClockAnglePoints : int *
referenceFrame : ReferenceFrame -> TorusCoverageGrid
Parameters
- majorRadius
- Type: SystemDouble
The radius of the torus. - minorRadius
- Type: SystemDouble
The radius of the circle of revolution. - numberOfMinorRadiusPoints
- Type: SystemInt32
The number of points in the circle of revolution's radial coordinate. - numberOfMajorClockAnglePoints
- Type: SystemInt32
The number of points in the angle coordinate that is the separation between the circles of revolution. - numberOfMinorClockAnglePoints
- Type: SystemInt32
The number of points in the clock angle of the circle of revolution. - referenceFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The reference frame in which this torus is defined.
See Also