Click or drag to resize

PathGetVertices Method

Returns a set of points defining the curve with the specifed number of divisions between each control point.

Namespace:  Internal.tainicom.Aether.Physics2D.Common
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Vertices GetVertices(
	int divisions
)

Parameters

divisions
Type: SystemInt32
Number of divisions between each control point.

Return Value

Type: Vertices
See Also