method

rotated?

rails latest stable - Class: ActiveStorage::Analyzer::VideoAnalyzer
rotated?()
private

No documentation available.

# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 74
      def rotated?
        angle == 90 || angle == 270 || angle == -90 || angle == -270
      end