lib/jruby_art/helpers/aabb.rb in jruby_art-1.2.5 vs lib/jruby_art/helpers/aabb.rb in jruby_art-1.2.6

- old
+ new

@@ -1,7 +1,5 @@ -# encoding: utf-8 -# frozen_string_literal: false - +# frozen_string_literal: true # Axis aligned bounding box class (AABB would clash with Toxicgem) class AaBb attr_reader :center, :extent def initialize(center:, extent:)