Click or drag to resize

SolidIcoSphere.VerticesAndNormalsForSphere Property

[Missing <summary> documentation for "P:Altaxo.Drawing.D3D.SolidIcoSphere.VerticesAndNormalsForSphere"]


Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public IEnumerable<Tuple<PointD3D, VectorD3D>> VerticesAndNormalsForSphere { get; }

Property Value

IEnumerable<Tuple<PointD3D, VectorD3D>>
See Also