Click or drag to resize

MathAlgorithmsMergeEqualVerticesRemoveInvalidTriangles Method (Vector3F, Int32, Single, Single, Boolean, Boolean, Vector3F, Int32, Int32)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void MergeEqualVerticesRemoveInvalidTriangles(
	Vector3F[] sourceVertices,
	int[] sourceIndices,
	float emptySquareEpsilon,
	float positionEpsilon,
	bool returnSourceArraysWhenNoChanges,
	bool multithreaded,
	out Vector3F[] processedVertices,
	out int[] processedIndices,
	out int[] processedTrianglesToSourceIndex
)

Parameters

sourceVertices
Type: NeoAxisVector3F
sourceIndices
Type: SystemInt32
emptySquareEpsilon
Type: SystemSingle
positionEpsilon
Type: SystemSingle
returnSourceArraysWhenNoChanges
Type: SystemBoolean
multithreaded
Type: SystemBoolean
processedVertices
Type: NeoAxisVector3F
processedIndices
Type: SystemInt32
processedTrianglesToSourceIndex
Type: SystemInt32
See Also