MathAlgorithmsMergeEqualVertices Method (Vector3, Int32, Double, Boolean, Boolean) |
Original arrays will not changed.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax 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