/* */
/* 90 */ Vector3f normal = new Vector3f(0.0F, 1.0F, 0.0F);
/* 91 */ normal.cross(axis1, normal);
/* 92 */ if (normal.lengthSquared() < 0.5F) {
/* 93 */ normal.set(0.0F, 0.0F, 1.0F);
/* 94 */ normal.cross(axis1, normal);
/* */ }
/* 96 */ normal.normalize();
/* */
/* 99 */ int divisions = 18;
/* 100 */ Point3f[] cap0 = new Point3f[divisions];