focal = [ $x, $y ]; return $this; } /** * Generates a name suffix for focal point if is not default focal * * @return string */ protected function focalPointSuffix(){ if( $this->focal[0] == 0.5 && $this->focal[0] == 0.5 ){ return ''; } return round( $this->focal[0] * 1000 ) . round( $this->focal[1] * 1000 ) . '-'; } }