lib/jruby_art/helpers/aabb.rb in jruby_art-1.0.4 vs lib/jruby_art/helpers/aabb.rb in jruby_art-1.0.5

- old
+ new

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