Uses of Class
org.jbox2d.tests.math.SinCosTable
-
Packages that use SinCosTable Package Description org.jbox2d.tests.math -
-
Uses of SinCosTable in org.jbox2d.tests.math
Fields in org.jbox2d.tests.math declared as SinCosTable Modifier and Type Field Description private static SinCosTable[]
SinCosTest. tables
Methods in org.jbox2d.tests.math with parameters of type SinCosTable Modifier and Type Method Description private static double
SinCosTest. accuracyTest(SinCosTable table, int iterations)
private static long
SinCosTest. speedTest(SinCosTable table, int numIterations, int numTrials)
-