/* 216 */ if ((this.pickShape != null) && ((this.pickShape instanceof PickCylinderRay)))
/* */ {
/* 218 */ ((PickCylinderRay)this.pickShape).set(eyePosn, mouseVec, distancePtToDelta);
/* */ }
/* */ else {
/* 221 */ this.pickShape = new PickCylinderRay(eyePosn, mouseVec, distancePtToDelta);
/* */ }
/* */
/* */ }
/* */ else
/* */ {