Click or drag to resize

MathAlgorithmsRemoveDegenerateTriangles Method (ListVector3F, ListInt32)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static int RemoveDegenerateTriangles(
	List<Vector3F> vertices,
	List<int> indices
)

Parameters

vertices
Type: System.Collections.GenericListVector3F
indices
Type: System.Collections.GenericListInt32

Return Value

Type: Int32
See Also