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 |
testFourBar(int numMkrs) |
void |
testOneBody(MechModel mech) |
void |
testOneLink() |
void |
testTwoLink(int numMkrs,
boolean bodyCoordsAtCom) |
void |
testTwoLink(int numMkrs,
boolean bodyCoordsAtCom,
boolean zeroLink0Inertia,
boolean reorderMarkers) |
void |
testTwoLinkWithJointCoupling(int numMkrs,
boolean bodyCoordsAtCom) |
void |
testTwoLinkWithNoise(int numMkrs,
boolean bodyCoordsAtCom) |
void |
testTwoLinkWithShuffledMarkers() |
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 bodyCoordsAtCom)
public void testTwoLink(int numMkrs, boolean bodyCoordsAtCom, boolean zeroLink0Inertia, boolean reorderMarkers)
public void testTwoLinkWithZeroLink0Inertia()
public void testTwoLinkWithShuffledMarkers()
public void testTwoLinkWithNoise(int numMkrs, boolean bodyCoordsAtCom)
public void testTwoLinkWithJointCoupling(int numMkrs, boolean bodyCoordsAtCom)
public void testFourBar(int numMkrs)
public void testBuildJTJMatrix()
public static void main(java.lang.String[] args)