Click or drag to resize

MathAlgorithmsRemoveDegenerateTriangles Method (ListVector3, ListInt32)

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

Parameters

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

Return Value

Type: Int32
See Also