Struct Collision.EPCollider.TempPolygon
- Namespace
- Alis.Core.Physic.Collision
- Assembly
- Alis.dll
This holds polygon B expressed in frame A.
internal struct Collision.EPCollider.TempPolygon
Inherited Members
Constructors
TempPolygon(int)
Initializes a new instance of the Alis.Core.Physic.Collision.Collision.EPCollider.TempPolygon class
internal TempPolygon(int maxPolygonVertices)
Parameters
maxPolygonVertices
int-
The max polygon vertices
Fields
Count
The count
public int Count
Field Value
Normals
The normals
public readonly Vector2[] Normals
Field Value
- Vector2[]
Vertices
The vertices
public readonly Vector2[] Vertices
Field Value
- Vector2[]