C# Class Box2DX.Collision.Features

Show file Open project: danielpcox/Crisis-at-Swiss-Station

Public Properties

Property Type Description
Flip byte
IncidentEdge byte
IncidentVertex byte
ReferenceEdge byte

Property Details

Flip public property

A value of 1 indicates that the reference edge is on shape2.
public byte Flip
return byte

IncidentEdge public property

The edge most anti-parallel to the reference edge.
public byte IncidentEdge
return byte

IncidentVertex public property

The vertex (0 or 1) on the incident edge that was clipped.
public byte IncidentVertex
return byte

ReferenceEdge public property

The edge that defines the outward contact normal.
public byte ReferenceEdge
return byte