Click or drag to resize

MathAlgorithmsRemoveCollinearDegenerateTriangles(StandardVertex, Int32, Int32, Single) Method

Original indices array will not changed.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool RemoveCollinearDegenerateTriangles(
	StandardVertex[] vertices,
	ref int[] indices,
	out int[] processedTrianglesToSourceIndex,
	float epsilon = 1.401298E-45f
)

Parameters

vertices  StandardVertex
indices  Int32
processedTrianglesToSourceIndex  Int32
epsilon  Single  (Optional)

Return Value

Boolean
See Also