Click or drag to resize

MathAlgorithmsIsMeshConvex Method (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 bool IsMeshConvex(
	Vector3[] vertices,
	int[] indices,
	double epsilon = 4.94065645841247E-324
)

Parameters

vertices
Type: NeoAxisVector3
indices
Type: SystemInt32
epsilon (Optional)
Type: SystemDouble

Return Value

Type: Boolean
See Also