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. tablesMethods in org.jbox2d.tests.math with parameters of type SinCosTable Modifier and Type Method Description private static doubleSinCosTest. accuracyTest(SinCosTable table, int iterations)private static longSinCosTest. speedTest(SinCosTable table, int numIterations, int numTrials)
-