public class TimeOfImpact
extends java.lang.Object
SingletonPool#getTOI()
.Modifier and Type | Class and Description |
---|---|
static class |
TimeOfImpact.TOIInput
Input parameters for TOI
|
static class |
TimeOfImpact.TOIOutput
Output parameters for TimeOfImpact
|
static class |
TimeOfImpact.TOIOutputState |
Modifier and Type | Field and Description |
---|---|
static int |
MAX_ITERATIONS |
static int |
toiCalls |
static int |
toiIters |
static int |
toiMaxIters |
static int |
toiMaxRootIters |
static int |
toiRootIters |
Constructor and Description |
---|
TimeOfImpact(IWorldPool argPool) |
Modifier and Type | Method and Description |
---|---|
void |
timeOfImpact(TimeOfImpact.TOIOutput output,
TimeOfImpact.TOIInput input)
Compute the upper bound on time before two shapes penetrate.
|
public static final int MAX_ITERATIONS
public static int toiCalls
public static int toiIters
public static int toiMaxIters
public static int toiRootIters
public static int toiMaxRootIters
public TimeOfImpact(IWorldPool argPool)
public final void timeOfImpact(TimeOfImpact.TOIOutput output, TimeOfImpact.TOIInput input)
output
- input
- Copyright © 2017. All Rights Reserved.