com.croftsoft.core.math.matrix
Class MatrixTest

java.lang.Object
  extended by com.croftsoft.core.math.matrix.MatrixTest

public final class MatrixTest
extends Object

Matrix test methods.

Since:
2008-04-19
Version:
$Id: MatrixTest.java,v 1.9 2008/05/03 02:48:38 croft Exp $
Author:
David Wallace Croft

Method Summary
static void main(String[] args)
           
static boolean test()
           
static boolean testRotation(double degreesX, double degreesY, double degreesZ)
           
static boolean testTranspose()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)

test

public static boolean test()

testRotation

public static boolean testRotation(double degreesX,
                                   double degreesY,
                                   double degreesZ)

testTranspose

public static boolean testTranspose()

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)