getFilmWidth method

num getFilmWidth()

Implementation

num getFilmWidth() {
  // film not completely covered in portrait format (aspect < 1)
  return filmGauge * Math.min(aspect, 1);
}