Click or drag to resize

ConvexPolyhedron Constructor (Vector3, ConvexPolyhedronFace, Double)

Initializes a new instance of the ConvexPolyhedron class

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public ConvexPolyhedron(
	Vector3[] vertices,
	ConvexPolyhedronFace[] faces,
	double epsilon
)

Parameters

vertices
Type: NeoAxisVector3
faces
Type: NeoAxisConvexPolyhedronFace
epsilon
Type: SystemDouble
See Also