VerticesPreviousVertex Method |
Gets the previous vertex. Used for iterating all the edges with wrap-around.
Namespace: Internal.tainicom.Aether.Physics2D.CommonAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector2 PreviousVertex(
int index
)
Parameters
- index Int32
- The current index
Return Value
Vector2
See Also