Click or drag to resize

MeshTestResultItem Constructor

Initializes a new instance of the MeshTestResultItem class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ResultItem(
	float scale,
	Vector3F normal,
	int triangleIndex
)

Parameters

scale  Single
 
normal  Vector3F
 
triangleIndex  Int32
 
See Also