lib/jruby_art/helpers/aabb.rb in jruby_art-0.5.0 vs lib/jruby_art/helpers/aabb.rb in jruby_art-0.6.0
- old
+ new
@@ -1,6 +1,6 @@
-# Axis aligned bounding box
-class AABB
+# Axis aligned bounding box class (AABB would clash with Toxicgem)
+class AaBb
attr_reader :center, :extent
def initialize(center:, extent:)
@center = center
@extent = extent