Click or drag to resize

MathAlgorithmsGetTriangleData Method (Int32, Matrix4, Vector3F, Int32, Triangle)

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

Parameters

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

Return Value

Type: Boolean
See Also