 |
PolygonVertex Constructor |
Constructor
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic PolygonVertex(
Vector2 point,
int index,
PolygonVertex previous,
PolygonVertex next
)
Parameters
- point Vector2
- Vector2
- index Int32
- index of the position in the positions collection
- previous PolygonVertex
- previous PolygonVertex
- next PolygonVertex
- next PolygonVertex
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Common.PolygonVertex.#ctor(System.Numerics.Vector2,System.Int32,Ab4d.SharpEngine.Common.PolygonVertex,Ab4d.SharpEngine.Common.PolygonVertex)"]
See Also