Uses of Package
net.jinx.slowmath

Packages that use net.jinx.slowmath
net.jinx.slowmath   
 

Classes in net.jinx.slowmath used by net.jinx.slowmath
Matrix3D
          Matrix3D is a 4x4 matrix class intended for graphical tranformation operations, however, it isn't designed in the typical fashion of most graphical Matrix classes I've seen.
Quaternion
           
Real
          This interface provides a way to completely abstract mathematical operations, allowing you to swap data types in a program with very little work.
Vector
          Vector is a set of three Real objects, as X/Y/Z coordinates.