C# Class Box2DX.Collision.Features

Afficher le fichier Open project: danielpcox/Crisis-at-Swiss-Station

Méthodes publiques

Свойство 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
Résultat byte

IncidentEdge public_oe property

The edge most anti-parallel to the reference edge.
public byte IncidentEdge
Résultat byte

IncidentVertex public_oe property

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

ReferenceEdge public_oe property

The edge that defines the outward contact normal.
public byte ReferenceEdge
Résultat byte