| Package | Box2D.Collision |
| Class | public class Features |
| Source | Features.as |
| Property | Defined 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 | ||
| flip | property |
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
| incidentEdge | property |
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
| incidentVertex | property |
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
| referenceEdge | property |
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