Click or drag to resize

ConvexPolyhedron(Vector3, ConvexPolyhedronFace, Double) Constructor

Initializes a new instance of the ConvexPolyhedron class

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

Parameters

vertices  Vector3
 
faces  ConvexPolyhedronFace
 
epsilon  Double
 
See Also