Click or drag to resize

IPositionIndexedTriangleBufferAddTriangleVertex Method

Adds the specified vertex.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void AddTriangleVertex(
	double x,
	double y,
	double z
)

Parameters

x  Double
The x position.
y  Double
The y position.
z  Double
The z position.
See Also