C# Class Box2DX.Collision.Features

ファイルを表示 Open project: danielpcox/Crisis-at-Swiss-Station

Public Properties

Property Type Description
Flip byte
IncidentEdge byte
IncidentVertex byte
ReferenceEdge byte

Property Details

Flip public_oe property

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

IncidentEdge public_oe property

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

IncidentVertex public_oe property

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

ReferenceEdge public_oe property

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