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