Click or drag to resize

EllipsoidTriangulator Class

Triangulates an ellipsoid. It is recommended to visualize the ellipsoid using a SolidPrimitive. Although, if only the fill is desired for visualization, a TriangleMeshPrimitive with RenderBackThenFrontFaces set to true can be used. Likewise, if only the outline is desired, a PolylinePrimitive can be used.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Geometry.DiscreteEllipsoidTriangulator

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 class EllipsoidTriangulator
Methods
  NameDescription
Public methodStatic memberCompute(Cartesian)
Computes the triangulation for an ellipsoid with the specified radii, centered at the origin, using 32 slices and 16 stacks.
Public methodStatic memberCompute(Cartesian, Int32, Int32)
Computes the triangulation for an ellipsoid with the specified radii, centered at the origin.
Top
See Also