PackageBox2D.Collision
Classpublic class Features
SourceFeatures.as

We use contact ids to facilitate warm starting.



Public Properties
 PropertyDefined by
  flip : int
A value of 1 indicates that the reference edge is on shape2.
Features
  incidentEdge : int
The edge most anti-parallel to the reference edge.
Features
  incidentVertex : int
The vertex (0 or 1) on the incident edge that was clipped.
Features
  referenceEdge : int
The edge that defines the outward contact normal.
Features
Property detail
flipproperty
flip:int  [read-write]

A value of 1 indicates that the reference edge is on shape2.

Implementation
    public function get flip():int
    public function set flip(value:int):void
incidentEdgeproperty 
incidentEdge:int  [read-write]

The edge most anti-parallel to the reference edge.

Implementation
    public function get incidentEdge():int
    public function set incidentEdge(value:int):void
incidentVertexproperty 
incidentVertex:int  [read-write]

The vertex (0 or 1) on the incident edge that was clipped.

Implementation
    public function get incidentVertex():int
    public function set incidentVertex(value:int):void
referenceEdgeproperty 
referenceEdge:int  [read-write]

The edge that defines the outward contact normal.

Implementation
    public function get referenceEdge():int
    public function set referenceEdge(value:int):void