C# Класс Box2DX.Collision.Features

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Flip byte
IncidentEdge byte
IncidentVertex byte
ReferenceEdge byte

Описание свойств

Flip публичное свойство

A value of 1 indicates that the reference edge is on shape2.
public byte Flip
Результат byte

IncidentEdge публичное свойство

The edge most anti-parallel to the reference edge.
public byte IncidentEdge
Результат byte

IncidentVertex публичное свойство

The vertex (0 or 1) on the incident edge that was clipped.
public byte IncidentVertex
Результат byte

ReferenceEdge публичное свойство

The edge that defines the outward contact normal.
public byte ReferenceEdge
Результат byte