MathAlgorithmsRemoveCollinearDegenerateTriangles(Vector3F, Int32, Int32, Single) Method |
Original indices array will not changed.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool RemoveCollinearDegenerateTriangles(
Vector3F[] vertices,
ref int[] indices,
out int[] processedTrianglesToSourceIndex,
float epsilon = 1.401298E-45f
)
Parameters
- vertices Vector3F
- indices Int32
- processedTrianglesToSourceIndex Int32
- epsilon Single (Optional)
Return Value
Boolean
See Also