Click or drag to resize

ConvexPolyhedron Constructor (Vector3, Int32, Double)

Initializes a new instance of the ConvexPolyhedron class

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ConvexPolyhedron(
	Vector3[] vertices,
	int[] indices,
	double epsilon
)

Parameters

vertices
Type: NeoAxisVector3
indices
Type: SystemInt32
epsilon
Type: SystemDouble
See Also