Click or drag to resize

EllipsoidSurfaceRegionBuilder Constructor (Ellipsoid)

Initializes a new instance with the specified ellipsoid.

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
)

Parameters

referenceSurface
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The ellipsoid on which this region is defined.
See Also