C# Class Box2D.Collision.TimeOfImpact.TOIInput

Input parameters for TOI
Show 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 property

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

ProxyB public property

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

SweepA public property

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

SweepB public property

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

tMax public property

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