The invoking class for the Cannibal Applet
The following are PARAM tags - and their default values:
rapo - Apogee Radius - 25
rperi - Perigee Radius - 15
incl - Inclination - 45
satrad - Satellite Scale Radius - 0.5
updatePeriod - Modifier to change print timestep, high values yeild smoother graphs and slower runs - 750
Get the positions of x,y,z defined in an inertial
in a new frame centered at u,v,w of the intertial
frame with the following roations:
angle psi about the z axis
angle theta about the transformed x axis
angle phi about the transformed y axis
FocusListenter method to alert this object that input focus has been lost
Note that this method makes a call specific to the Cosmo applet and will
therefore need to be altered before it can be used in other applets.
Multiply two matrices
Format for all matrices is matrix[row][column]
Mult results in a matrix of size [a.length][b[0].length]
a[0][0] a[0][1] a[0][n] b[0][0] b[0][1] b[0][n]
a[1][0] a[1][1] a[1][n] x b[1][0] b[1][1] b[1][n]
a[n][0] a[n][1] a[n][n] b[n][0] b[n][1] b[n][n]