C# Class Box2D.Collision.TimeOfImpact.TOIInput

Input parameters for TOI
Mostra file Open project: gerich-home/box2dnet

Public Properties

Property 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
return Distance.DistanceProxy

ProxyB public_oe property

public Distance.DistanceProxy,Box2D.Collision ProxyB
return Distance.DistanceProxy

SweepA public_oe property

public Sweep,Box2D.Common SweepA
return Box2D.Common.Sweep

SweepB public_oe property

public Sweep,Box2D.Common SweepB
return Box2D.Common.Sweep

tMax public_oe property

Defines sweep interval [0, tMax]
public float tMax
return float