Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

rcs.posemath
Class testpm  view testpm download testpm.java

java.lang.Object
  extended byrcs.posemath.testpm

public class testpm
extends java.lang.Object


Constructor Summary
testpm()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void testAssert(boolean test)
           
static void testAssert(boolean test, java.lang.String msg)
           
(package private) static void testCart()
           
(package private) static void testCyl()
           
(package private) static void testHom()
           
(package private) static void testMat()
           
(package private) static void testOther()
           
(package private) static void testPrint()
           
(package private) static void testQuat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

testpm

public testpm()
Method Detail

testAssert

public static void testAssert(boolean test)
                       throws java.lang.Exception

testAssert

public static void testAssert(boolean test,
                              java.lang.String msg)

testPrint

static void testPrint()

testCart

static void testCart()

testCyl

static void testCyl()

testQuat

static void testQuat()

testMat

static void testMat()

testHom

static void testHom()

testOther

static void testOther()

main

public static void main(java.lang.String[] args)