Click or drag to resize

SimpleMeshGeneratorGeneratePolygonalChain Method (Vector3, Double, Vector3, Int32)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void GeneratePolygonalChain(
	Vector3[] points,
	double radius,
	out Vector3[] positions,
	out int[] indices
)

Parameters

points
Type: NeoAxisVector3
radius
Type: SystemDouble
positions
Type: NeoAxisVector3
indices
Type: SystemInt32
See Also