public class IKSolverTest extends UnitTest
Constructor and Description |
---|
IKSolverTest() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
test() |
void |
testBuildJTJMatrix() |
void |
testOneBody(MechModel mech) |
void |
testOneLink() |
void |
testTwoLink(int numMkrs,
boolean offset) |
void |
testTwoLink(int numMkrs,
boolean offset,
boolean zeroLink0Inertia) |
void |
testTwoLinkWithNoise(int numMkrs,
boolean offset) |
void |
testTwoLinkWithZeroLink0Inertia() |
check, checkEquals, checkEquals, checkEquals, checkEquals, checkEquals, checkEquals, checkEquals, checkEquals, checkNormedEquals, checkNormedEquals, getSilent, printUsageAndExit, runtest, setSilent
public void testOneBody(MechModel mech)
public void testOneLink()
public void testTwoLink(int numMkrs, boolean offset)
public void testTwoLink(int numMkrs, boolean offset, boolean zeroLink0Inertia)
public void testTwoLinkWithZeroLink0Inertia()
public void testTwoLinkWithNoise(int numMkrs, boolean offset)
public void testBuildJTJMatrix()
public static void main(java.lang.String[] args)