Click or drag to resize

MathAlgorithmsConvexHullFromMesh Method (Vector3, Vector3, Int32, Double)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void ConvexHullFromMesh(
	Vector3[] vertices,
	out Vector3[] resultVertices,
	out int[] resultIndices,
	double epsilon = 1E-10
)

Parameters

vertices
Type: NeoAxisVector3
resultVertices
Type: NeoAxisVector3
resultIndices
Type: SystemInt32
epsilon (Optional)
Type: SystemDouble
See Also