C# Class Box2D.Collision.TimeOfImpact.TOIInput

Input parameters for TOI
Afficher le fichier Open project: gerich-home/box2dnet

Méthodes publiques

Свойство Type Description
ProxyA Distance.DistanceProxy
ProxyB Distance.DistanceProxy
SweepA Box2D.Common.Sweep
SweepB Box2D.Common.Sweep
tMax float

Property Details

ProxyA public_oe property

public Distance.DistanceProxy,Box2D.Collision ProxyA
Résultat Distance.DistanceProxy

ProxyB public_oe property

public Distance.DistanceProxy,Box2D.Collision ProxyB
Résultat Distance.DistanceProxy

SweepA public_oe property

public Sweep,Box2D.Common SweepA
Résultat Box2D.Common.Sweep

SweepB public_oe property

public Sweep,Box2D.Common SweepB
Résultat Box2D.Common.Sweep

tMax public_oe property

Defines sweep interval [0, tMax]
public float tMax
Résultat float