EllipsoidSurfaceRegionBuilder Constructor (Ellipsoid, Double) |
Initializes a new instance with the specified ellipsoid and border granularity.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected EllipsoidSurfaceRegionBuilder(
Ellipsoid referenceSurface,
double granularity
)
Protected Sub New (
referenceSurface As Ellipsoid,
granularity As Double
)
protected:
EllipsoidSurfaceRegionBuilder(
Ellipsoid^ referenceSurface,
double granularity
)
new :
referenceSurface : Ellipsoid *
granularity : float -> EllipsoidSurfaceRegionBuilder
Parameters
- referenceSurface
- Type: AGI.Foundation.Geometry.ShapesEllipsoid
The ellipsoid on which this surface is defined. - granularity
- Type: SystemDouble
The separation between points on the border.
See Also