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: 25.1.421.0 (25.1.421.0)
Syntax
protected EllipsoidSurfaceRegionBuilder(
	Ellipsoid referenceSurface
)

Parameters

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