Click or drag to resize

TetrahedronDownGetVerticesAndNormals Method

Gets the tetrahedron vertices together with their normals.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IEnumerable<Tuple<VectorD3D, VectorD3D>> GetVerticesAndNormals()

Return Value

IEnumerableTupleVectorD3D, VectorD3D
The vertex and normal pairs.
See Also