Click or drag to resize

Vertex3DGetVertexFloatArray Method

Vertex List To Float Array

Namespace:  VIZCLASH.NET
Assembly:  VIZCLASH.NET (in VIZCLASH.NET.dll) Version: 1.4.22.1118 (1.4.22.1118)
Syntax
C#
public static float[] GetVertexFloatArray(
	List<Vertex3D> items
)

Parameters

items
Type: System.Collections.GenericListVertex3D
List

Return Value

Type: Single
Float Array
See Also