Пример #1
0
 /// <param name="_cylinder">The cylinder to be positioned by given parameters.</param>
 /// <param name="_position">The cylinder's numerical position within the engine.</param>
 /// <param name="_offset_mm">The cylinder's phisical position within the engine (measured from engine's front plane), in milimeters.</param>
 /// <param name="_tilt_deg">The cylinder's tilt angle within the engine (measured from engine's vertical line, clockwise), in degrees.</param>
 /// <param name="_firingAngle_deg">The cylinder's firing angle within the engine, in degrees.</param>
 public PositionedCylinder(Cylinder _cylinder, int _position, double _offset_mm, double _tilt_deg, double _firingAngle_deg)
     : this(false, _cylinder, _position, _offset_mm, _tilt_deg, _firingAngle_deg)
 {
 }