Searched refs:zx (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/applets/MoleculeViewer/
H A DMatrix3D.java48 float zx, zy, zz, zo; field in class:Matrix3D
68 zx *= f;
84 zx *= zf;
103 float Nxx = (float) (xx * ct + zx * st);
108 float Nzx = (float) (zx * ct - xx * st);
118 zx = Nzx;
129 float Nyx = (float) (yx * ct + zx * st);
134 float Nzx = (float) (zx * ct - yx * st);
144 zx = Nzx;
177 float lxx = xx * rhs.xx + yx * rhs.xy + zx * rh
[all...]
/openjdk7/jdk/src/share/demo/applets/WireFrame/
H A DMatrix3D.java48 float zx, zy, zz, zo; field in class:Matrix3D
68 zx *= f;
84 zx *= zf;
103 float Nxx = (float) (xx * ct + zx * st);
108 float Nzx = (float) (zx * ct - xx * st);
118 zx = Nzx;
129 float Nyx = (float) (yx * ct + zx * st);
134 float Nzx = (float) (zx * ct - yx * st);
144 zx = Nzx;
177 float lxx = xx * rhs.xx + yx * rhs.xy + zx * rh
[all...]

Completed in 52 milliseconds