edu.isi.gamebots.examples
Class Rotation3D
- class Rotation3D
- implements Cloneable
- Rotation3D is a 3 by 1 matrix (or is that 1 by 3?). The 'D' in Rotation3D stands for Double, not dimension. This class is based off of a class in the javax.vecmath library. Since I didn't think everyone wanted to install an entire library just for these example implementations, I recreate it here.