Click or drag to resize

TorusCoverageGrid Constructor

Overload List
  NameDescription
Public methodTorusCoverageGrid(Double, Double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame)
Initializes a torus grid with the specified parameters. UseCellVolumeForWeight and SaveGridCell are both set to .
Public methodTorusCoverageGrid(Double, Double, Double, Double, Double, ReferenceFrame)
Initializes a torus grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Epsilon10. UseCellVolumeForWeight and SaveGridCell are both set to .
Public methodTorusCoverageGrid(Double, Double, Int32, Int32, Int32, ReferenceFrame)
Initializes a torus grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique. UseCellVolumeForWeight and SaveGridCell are both set to .
Public methodTorusCoverageGrid(Double, Double, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean)
Initializes a torus grid with the specified parameters.
Public methodTorusCoverageGrid(Double, Double, Double, Double, Double, ReferenceFrame, Boolean, Boolean)
Initializes a torus grid with the specified parameters, where each coordinate uses a SpecifiedResolutionCoverageGriddingTechnique with a tolerance of Epsilon10.
Public methodTorusCoverageGrid(Double, Double, Int32, Int32, Int32, ReferenceFrame, Boolean, Boolean)
Initializes a torus grid with the specified parameters, where each coordinate uses a SpecifiedNumberOfPointsCoverageGriddingTechnique.
Public methodTorusCoverageGrid(Double, Bounds, Bounds, Bounds, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ICoverageGriddingTechnique, ReferenceFrame, Boolean, Boolean)
Initializes a torus grid with the specified parameters.
Top
See Also