Click or drag to resize

EllipsoidTriangulatorCompute Method (Cartesian)

Computes the triangulation for an ellipsoid with the specified radii, centered at the origin, using 32 slices and 16 stacks.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static SolidTriangulatorResult Compute(
	Cartesian radii
)

Parameters

radii
Type: AGI.Foundation.CoordinatesCartesian
The radii, in meters, of the ellipsoid along each of its axes.

Return Value

Type: SolidTriangulatorResult
A SolidTriangulatorResult object representing the triangulation.
Remarks
See Compute(Cartesian, Int32, Int32) for a full discussion.
See Also