Click or drag to resize

GraphicsContext3DBaseDrawTriangle Method

Draws a triangle using the specified material.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void DrawTriangle(
	IMaterial material,
	PointD3D p0,
	PointD3D p1,
	PointD3D p2
)

Parameters

material  IMaterial
The material.
p0  PointD3D
The first point.
p1  PointD3D
The second point.
p2  PointD3D
The third point.
See Also