Click or drag to resize

MathAlgorithmsFill2DTriangle Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static void Fill2DTriangle(
	Vector2I point0,
	Vector2I point1,
	Vector2I point2,
	RectangleI clipRectangle,
	MathAlgorithmsDrawPixelDelegate drawPixelCallback
)

Parameters

point0  Vector2I
 
point1  Vector2I
 
point2  Vector2I
 
clipRectangle  RectangleI
 
drawPixelCallback  MathAlgorithmsDrawPixelDelegate
 
See Also