/* 865 */ if (this.nominalSensorRotation != null) {
/* 866 */ gnomonTransform.set(this.nominalSensorRotation);
/* 867 */ gnomonTransform.invert();
/* */ }
/* 869 */ gnomonTransform.setTranslation(new Vector3d(hotspot));
/* 870 */ this.echoGeometry = new SensorGnomonEcho(gnomonTransform, 0.1D * this.echoSize, 0.5D * this.echoSize, true);
/* */ }
/* 873 */ else if (this.echoType == 24) {
/* 874 */ this.echoGeometry = new SensorBeamEcho(hotspot, this.echoSize, true);
/* */ }
/* */