 |
PolygonVertex Constructor |
Constructor
Namespace: Ab4d.SharpEngine.CommonAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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