Click or drag to resize

SolidIcoSphereTriangleIndicesForSphere Property

Gets the triangle indices of the refined sphere.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<Tuple<int, int, int>> TriangleIndicesForSphere { get; }

Property Value

IEnumerableTupleInt32, Int32, Int32
See Also