Click or drag to resize

MathAlgorithmsMergeEqualVertices(Vector3F, Int32, Single, Boolean) Method

Original arrays 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 void MergeEqualVertices(
	ref Vector3F[] vertices,
	ref int[] indices,
	float epsilon,
	bool multithreaded
)

Parameters

vertices  Vector3F
indices  Int32
epsilon  Single
multithreaded  Boolean
 
See Also