getFilmHeight method
Implementation
double getFilmHeight() {
// film not completely covered in landscape format (aspect > 1)
return filmGauge / Math.max(aspect, 1);
}
double getFilmHeight() {
// film not completely covered in landscape format (aspect > 1)
return filmGauge / Math.max(aspect, 1);
}