org.proteinshader.math
Class VectorAndPointDemo

java.lang.Object
  extended by org.proteinshader.math.VectorAndPointDemo

public class VectorAndPointDemo
extends Object

Performs some simple tests on the Vec3d and Point3d classes.


Constructor Summary
VectorAndPointDemo()
           
 
Method Summary
static void main(String[] args)
          Performs some simple tests (constructors, setXYZ, cross product, dot product, and normalization) with Vec3d objects, and a few tests with Point3d objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorAndPointDemo

public VectorAndPointDemo()
Method Detail

main

public static void main(String[] args)
Performs some simple tests (constructors, setXYZ, cross product, dot product, and normalization) with Vec3d objects, and a few tests with Point3d objects.



Copyright © 2007-2008