Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
protected EllipsoidSurfaceRegionBuilder(
	Ellipsoid referenceSurface,
	double granularity
)

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