Click or drag to resize

MathAlgorithmsGetTriangleData Method (Int32, Vector3F, Int32, Triangle)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool GetTriangleData(
	int triangleID,
	Vector3F[] vertices,
	int[] indices,
	out Triangle triangle
)

Parameters

triangleID
Type: SystemInt32
vertices
Type: NeoAxisVector3F
indices
Type: SystemInt32
triangle
Type: NeoAxisTriangle

Return Value

Type: Boolean
See Also