Click or drag to resize

IPositionNormalIndexedTriangleBufferAddTriangleVertex 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,
	double nx,
	double ny,
	double nz
)

Parameters

x  Double
The x position.
y  Double
The y position.
z  Double
The z position.
nx  Double
The x component of the normal.
ny  Double
The y component of the normal.
nz  Double
The z component of the normal.
See Also