Click or drag to resize

MathAlgorithmsMergeEqualVertices Method (Vector3, Int32, Double, Boolean, Boolean)

Original arrays will not changed.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static void MergeEqualVertices(
	ref Vector3[] vertices,
	ref int[] indices,
	double epsilon,
	bool fastMethod = true,
	bool multithreaded = true
)

Parameters

vertices
Type: NeoAxisVector3
indices
Type: SystemInt32
epsilon
Type: SystemDouble
fastMethod (Optional)
Type: SystemBoolean
multithreaded (Optional)
Type: SystemBoolean
See Also