Свойство | Type | Description | |
---|---|---|---|
ToiCalls | int | ||
ToiIters | int | ||
ToiMaxIters | int | ||
ToiMaxRootIters | int | ||
ToiRootIters | int |
Méthode | Description | |
---|---|---|
GetTimeOfImpact ( TOIOutput output, TOIInput input ) : void |
Compute the upper bound on time before two shapes penetrate. Time is represented as a fraction between [0,tMax]. This uses a swept separating axis and may miss some intermediate, non-tunneling collision. If you change the time interval, you should call this function again. Note: use Distance to compute the contact point and normal at the time of impact.
|
|
TimeOfImpact ( IWorldPool argPool ) : System.Diagnostics |
public GetTimeOfImpact ( TOIOutput output, TOIInput input ) : void | ||
output | TOIOutput | |
input | TOIInput | |
Résultat | void |
public TimeOfImpact ( IWorldPool argPool ) : System.Diagnostics | ||
argPool | IWorldPool | |
Résultat | System.Diagnostics |