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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vertices GetVertices(
	int divisions
)

Parameters

divisions  Int32
Number of divisions between each control point.

Return Value

Vertices
See Also