Click or drag to resize

MathAlgorithmsMergeEqualVertices(Vector3, Int32, Double, Boolean, 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 Vector3[] vertices,
	ref int[] indices,
	double epsilon,
	bool fastMethod = true,
	bool multithreaded = true
)

Parameters

vertices  Vector3
indices  Int32
epsilon  Double
fastMethod  Boolean  (Optional)
 
multithreaded  Boolean  (Optional)
 
See Also