Returns a set of points defining the
curve with the specifed number of divisions
between each control point.
Namespace: Internal.tainicom.Aether.Physics2D.CommonAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vertices GetVertices(
int divisions
)
Parameters
- divisions Int32
- Number of divisions between each control point.
Return Value
Vertices
See Also